Html Css Color HEX #04506C Blue Lagoon

📋 copy color: '#04506C'

red 4 ◦ green 80 ◦ blue 108

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

Shades of Blue Lagoon #04506C

Tints of Blue Lagoon #04506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

 BLUE value IS 108 (42.58% from 255) = 56.25%

R = 2.08%
G = 41.67%
B = 56.25%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04506C (or 0x04506C) is known color: Blue Lagoon. HEX triplet: 04, 50 and 6C. RGB value is (4,80,108). Sum of RGB (Red+Green+Blue) = 4+80+108=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #04506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04506C is #FBAF93. Grayscale: #3C3C3C. Windows color (decimal): -16494484 or 7098372. OLE color: 7098372.

HSL color Cylindrical-coordinate representation of color #04506C: hue angle of 196.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04506C is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 80 108 -
CMYK 0.96 0.26 0 0.58
HSL 196.15º 0.93% 0.22% -
HSV(B) 196.15º 0.96% 0.42% -
XYZ 5.63 6.85 15.21 -
YUV 60.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 4 80 108 0.96 0.26 0 0.58 196.15 0.93 0.22
Hex 4 50 6C 60 1A 0 3A C4 5D 16
Octal 4 120 154 140 32 0 72 304 135 26
Binary 100 1010000 1101100 1100000 11010 0 111010 11000100 1011101 10110

Color Harmonies of #04506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04506C

Black with #04506C

Text Example


Text Example

White with #04506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04506C; }

 p { color: rgb(4,80,108); }

 H1.HeaderClassName
 {
   color: #04506C;
 }
 .AnyTagClassName
 {
   color: #04506C;
 }
</style>

background-color css

<style>
 a { background-color: #04506C; }

 a { background-color: rgb(4,80,108); }

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

border-color css

<style>
 span { border-color: #04506C; }

 span { border-color: rgb(4,80,108); }

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