Html Css Color HEX #044250 Sherpa Blue

📋 copy color: '#044250'

red 4 ◦ green 66 ◦ blue 80

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

Shades of Sherpa Blue #044250

Tints of Sherpa Blue #044250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

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

R = 2.67%
G = 44%
B = 53.33%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#044250 (or 0x044250) is known color: Sherpa Blue. HEX triplet: 04, 42 and 50. RGB value is (4,66,80). Sum of RGB (Red+Green+Blue) = 4+66+80=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #044250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044250 is #FBBDAF. Grayscale: #303030. Windows color (decimal): -16498096 or 5259780. OLE color: 5259780.

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

Color convert

RGB 4 66 80 -
CMYK 0.95 0.17 0 0.69
HSL 191.05º 0.9% 0.16% -
HSV(B) 191.05º 0.95% 0.31% -
XYZ 3.45 4.5 8.28 -
YUV 49.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 4 66 80 0.95 0.17 0 0.69 191.05 0.9 0.16
Hex 4 42 50 5F 11 0 45 BF 5A 10
Octal 4 102 120 137 21 0 105 277 132 20
Binary 100 1000010 1010000 1011111 10001 0 1000101 10111111 1011010 10000

Color Harmonies of #044250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044250

Black with #044250

Text Example


Text Example

White with #044250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044250; }

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

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

background-color css

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

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

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

border-color css

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

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

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