Html Css Color HEX #04526C Blue Lagoon

📋 copy color: '#04526C'

red 4 ◦ green 82 ◦ blue 108

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

Shades of Blue Lagoon #04526C

Tints of Blue Lagoon #04526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

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

R = 2.06%
G = 42.27%
B = 55.67%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04526C (or 0x04526C) is known color: Blue Lagoon. HEX triplet: 04, 52 and 6C. RGB value is (4,82,108). Sum of RGB (Red+Green+Blue) = 4+82+108=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #04526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04526C is #FBAD93. Grayscale: #3D3D3D. Windows color (decimal): -16493972 or 7098884. OLE color: 7098884.

HSL color Cylindrical-coordinate representation of color #04526C: hue angle of 195º 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 #04526C is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 82 108 -
CMYK 0.96 0.24 0 0.58
HSL 195º 0.93% 0.22% -
HSV(B) 195º 0.96% 0.42% -
XYZ 5.77 7.14 15.26 -
YUV 61.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 4 82 108 0.96 0.24 0 0.58 195 0.93 0.22
Hex 4 52 6C 60 18 0 3A C3 5D 16
Octal 4 122 154 140 30 0 72 303 135 26
Binary 100 1010010 1101100 1100000 11000 0 111010 11000011 1011101 10110

Color Harmonies of #04526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04526C

Black with #04526C

Text Example


Text Example

White with #04526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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