Html Css Color HEX #04465F Sherpa Blue

📋 copy color: '#04465F'

red 4 ◦ green 70 ◦ blue 95

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

Shades of Sherpa Blue #04465F

Tints of Sherpa Blue #04465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 95 (37.5% from 255) = 56.21%

R = 2.37%
G = 41.42%
B = 56.21%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04465F (or 0x04465F) is known color: Sherpa Blue. HEX triplet: 04, 46 and 5F. RGB value is (4,70,95). Sum of RGB (Red+Green+Blue) = 4+70+95=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #04465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04465F is #FBB9A0. Grayscale: #343434. Windows color (decimal): -16497057 or 6243844. OLE color: 6243844.

HSL color Cylindrical-coordinate representation of color #04465F: hue angle of 196.48º 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 #04465F is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 70 95 -
CMYK 0.96 0.26 0 0.63
HSL 196.48º 0.92% 0.19% -
HSV(B) 196.48º 0.96% 0.37% -
XYZ 4.31 5.23 11.61 -
YUV 53.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 4 70 95 0.96 0.26 0 0.63 196.48 0.92 0.19
Hex 4 46 5F 60 1A 0 3F C4 5C 13
Octal 4 106 137 140 32 0 77 304 134 23
Binary 100 1000110 1011111 1100000 11010 0 111111 11000100 1011100 10011

Color Harmonies of #04465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04465F

Black with #04465F

Text Example


Text Example

White with #04465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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