Html Css Color HEX #044050 Sherpa Blue

📋 copy color: '#044050'

red 4 ◦ green 64 ◦ blue 80

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

Shades of Sherpa Blue #044050

Tints of Sherpa Blue #044050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.24%

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

R = 2.7%
G = 43.24%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#044050 (or 0x044050) is known color: Sherpa Blue. HEX triplet: 04, 40 and 50. RGB value is (4,64,80). Sum of RGB (Red+Green+Blue) = 4+64+80=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #044050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044050 is #FBBFAF. Grayscale: #2F2F2F. Windows color (decimal): -16498608 or 5259268. OLE color: 5259268.

HSL color Cylindrical-coordinate representation of color #044050: hue angle of 192.63º 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 #044050 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 64 80 -
CMYK 0.95 0.20 0 0.69
HSL 192.63º 0.9% 0.16% -
HSV(B) 192.63º 0.95% 0.31% -
XYZ 3.33 4.27 8.24 -
YUV 47.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 4 64 80 0.95 0.20 0 0.69 192.63 0.9 0.16
Hex 4 40 50 5F 14 0 45 C1 5A 10
Octal 4 100 120 137 24 0 105 301 132 20
Binary 100 1000000 1010000 1011111 10100 0 1000101 11000001 1011010 10000

Color Harmonies of #044050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044050

Black with #044050

Text Example


Text Example

White with #044050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044050; }

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

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

background-color css

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

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

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

border-color css

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

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

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