Html Css Color HEX #044246 Sherpa Blue

📋 copy color: '#044246'

red 4 ◦ green 66 ◦ blue 70

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

Shades of Sherpa Blue #044246

Tints of Sherpa Blue #044246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50%

R = 2.86%
G = 47.14%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#044246 (or 0x044246) is known color: Sherpa Blue. HEX triplet: 04, 42 and 46. RGB value is (4,66,70). Sum of RGB (Red+Green+Blue) = 4+66+70=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #044246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044246 is #FBBDB9. Grayscale: #2F2F2F. Windows color (decimal): -16498106 or 4604420. OLE color: 4604420.

HSL color Cylindrical-coordinate representation of color #044246: hue angle of 183.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044246 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 66 70 -
CMYK 0.94 0.06 0 0.73
HSL 183.64º 0.89% 0.15% -
HSV(B) 183.64º 0.94% 0.27% -
XYZ 3.1 4.36 6.47 -
YUV 47.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 4 66 70 0.94 0.06 0 0.73 183.64 0.89 0.15
Hex 4 42 46 5E 6 0 49 B8 59 F
Octal 4 102 106 136 6 0 111 270 131 17
Binary 100 1000010 1000110 1011110 110 0 1001001 10111000 1011001 1111

Color Harmonies of #044246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044246

Black with #044246

Text Example


Text Example

White with #044246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044246; }

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

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

background-color css

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

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

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

border-color css

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

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

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