Html Css Color HEX #044450 Sherpa Blue

📋 copy color: '#044450'

red 4 ◦ green 68 ◦ blue 80

#044450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #044450

Tints of Sherpa Blue #044450

RGB

 RED value IS 4 (1.95% from 255) = 2.63%

 GREEN value IS 68 (26.95% from 255) = 44.74%

 BLUE value IS 80 (31.64% from 255) = 52.63%

R = 2.63%
G = 44.74%
B = 52.63%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#044450 (or 0x044450) is known color: Sherpa Blue. HEX triplet: 04, 44 and 50. RGB value is (4,68,80). Sum of RGB (Red+Green+Blue) = 4+68+80=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #044450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044450 is #FBBBAF. Grayscale: #323232. Windows color (decimal): -16497584 or 5260292. OLE color: 5260292.

HSL color Cylindrical-coordinate representation of color #044450: hue angle of 189.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044450 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 68 80 -
CMYK 0.95 0.15 0 0.69
HSL 189.47º 0.9% 0.16% -
HSV(B) 189.47º 0.95% 0.31% -
XYZ 3.57 4.74 8.32 -
YUV 50.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 4 68 80 0.95 0.15 0 0.69 189.47 0.9 0.16
Hex 4 44 50 5F F 0 45 BD 5A 10
Octal 4 104 120 137 17 0 105 275 132 20
Binary 100 1000100 1010000 1011111 1111 0 1000101 10111101 1011010 10000

Color Harmonies of #044450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044450

Black with #044450

Text Example


Text Example

White with #044450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044450; }

 p { color: rgb(4,68,80); }

 H1.HeaderClassName
 {
   color: #044450;
 }
 .AnyTagClassName
 {
   color: #044450;
 }
</style>

background-color css

<style>
 a { background-color: #044450; }

 a { background-color: rgb(4,68,80); }

 div.DivClassName
 {
   background-color: #044450;
 }
 .BgClassName
 {
   background-color: #044450;
 }
</style>

border-color css

<style>
 span { border-color: #044450; }

 span { border-color: rgb(4,68,80); }

 td.TdClassName
 {
   border-color: #044450;
 }
 .TagClassName
 {
   border-color: #044450;
 }
</style>