Html Css Color HEX #04455A Sherpa Blue

📋 copy color: '#04455A'

red 4 ◦ green 69 ◦ blue 90

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

Shades of Sherpa Blue #04455A

Tints of Sherpa Blue #04455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

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

R = 2.45%
G = 42.33%
B = 55.21%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04455A (or 0x04455A) is known color: Sherpa Blue. HEX triplet: 04, 45 and 5A. RGB value is (4,69,90). Sum of RGB (Red+Green+Blue) = 4+69+90=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #04455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04455A is #FBBAA5. Grayscale: #333333. Windows color (decimal): -16497318 or 5915908. OLE color: 5915908.

HSL color Cylindrical-coordinate representation of color #04455A: hue angle of 194.65º 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 #04455A is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 69 90 -
CMYK 0.96 0.23 0 0.65
HSL 194.65º 0.91% 0.18% -
HSV(B) 194.65º 0.96% 0.35% -
XYZ 4.02 5.02 10.43 -
YUV 51.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 4 69 90 0.96 0.23 0 0.65 194.65 0.91 0.18
Hex 4 45 5A 60 17 0 41 C3 5B 12
Octal 4 105 132 140 27 0 101 303 133 22
Binary 100 1000101 1011010 1100000 10111 0 1000001 11000011 1011011 10010

Color Harmonies of #04455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04455A

Black with #04455A

Text Example


Text Example

White with #04455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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