Html Css Color HEX #04455B Sherpa Blue

📋 copy color: '#04455B'

red 4 ◦ green 69 ◦ blue 91

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

Shades of Sherpa Blue #04455B

Tints of Sherpa Blue #04455B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 2.44%
G = 42.07%
B = 55.49%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04455B (or 0x04455B) is known color: Sherpa Blue. HEX triplet: 04, 45 and 5B. RGB value is (4,69,91). Sum of RGB (Red+Green+Blue) = 4+69+91=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #04455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04455B is #FBBAA4. Grayscale: #333333. Windows color (decimal): -16497317 or 5981444. OLE color: 5981444.

HSL color Cylindrical-coordinate representation of color #04455B: hue angle of 195.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04455B is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 69 91 -
CMYK 0.96 0.24 0 0.64
HSL 195.17º 0.92% 0.19% -
HSV(B) 195.17º 0.96% 0.36% -
XYZ 4.07 5.04 10.66 -
YUV 52.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 4 69 91 0.96 0.24 0 0.64 195.17 0.92 0.19
Hex 4 45 5B 60 18 0 40 C3 5C 13
Octal 4 105 133 140 30 0 100 303 134 23
Binary 100 1000101 1011011 1100000 11000 0 1000000 11000011 1011100 10011

Color Harmonies of #04455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04455B

Black with #04455B

Text Example


Text Example

White with #04455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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