Html Css Color HEX #04485E Sherpa Blue

📋 copy color: '#04485E'

red 4 ◦ green 72 ◦ blue 94

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

Shades of Sherpa Blue #04485E

Tints of Sherpa Blue #04485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 94 (37.11% from 255) = 55.29%

R = 2.35%
G = 42.35%
B = 55.29%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04485E (or 0x04485E) is known color: Sherpa Blue. HEX triplet: 04, 48 and 5E. RGB value is (4,72,94). Sum of RGB (Red+Green+Blue) = 4+72+94=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #04485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485E is #FBB7A1. Grayscale: #363636. Windows color (decimal): -16496546 or 6178820. OLE color: 6178820.

HSL color Cylindrical-coordinate representation of color #04485E: hue angle of 194.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04485E is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 72 94 -
CMYK 0.96 0.23 0 0.63
HSL 194.67º 0.92% 0.19% -
HSV(B) 194.67º 0.96% 0.37% -
XYZ 4.39 5.47 11.41 -
YUV 54.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 4 72 94 0.96 0.23 0 0.63 194.67 0.92 0.19
Hex 4 48 5E 60 17 0 3F C3 5C 13
Octal 4 110 136 140 27 0 77 303 134 23
Binary 100 1001000 1011110 1100000 10111 0 111111 11000011 1011100 10011

Color Harmonies of #04485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04485E

Black with #04485E

Text Example


Text Example

White with #04485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04485E; }

 p { color: rgb(4,72,94); }

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

background-color css

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

 a { background-color: rgb(4,72,94); }

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

border-color css

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

 span { border-color: rgb(4,72,94); }

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