Html Css Color HEX #04465A Sherpa Blue

📋 copy color: '#04465A'

red 4 ◦ green 70 ◦ blue 90

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

Shades of Sherpa Blue #04465A

Tints of Sherpa Blue #04465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 2.44%
G = 42.68%
B = 54.88%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04465A (or 0x04465A) is known color: Sherpa Blue. HEX triplet: 04, 46 and 5A. RGB value is (4,70,90). Sum of RGB (Red+Green+Blue) = 4+70+90=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #04465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04465A is #FBB9A5. Grayscale: #343434. Windows color (decimal): -16497062 or 5916164. OLE color: 5916164.

HSL color Cylindrical-coordinate representation of color #04465A: hue angle of 193.95º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04465A is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 70 90 -
CMYK 0.96 0.22 0 0.65
HSL 193.95º 0.91% 0.18% -
HSV(B) 193.95º 0.96% 0.35% -
XYZ 4.09 5.14 10.45 -
YUV 52.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 4 70 90 0.96 0.22 0 0.65 193.95 0.91 0.18
Hex 4 46 5A 60 16 0 41 C2 5B 12
Octal 4 106 132 140 26 0 101 302 133 22
Binary 100 1000110 1011010 1100000 10110 0 1000001 11000010 1011011 10010

Color Harmonies of #04465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04465A

Black with #04465A

Text Example


Text Example

White with #04465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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