Html Css Color HEX #04526F Blue Lagoon

📋 copy color: '#04526F'

red 4 ◦ green 82 ◦ blue 111

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

Shades of Blue Lagoon #04526F

Tints of Blue Lagoon #04526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 2.03%
G = 41.62%
B = 56.35%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04526F (or 0x04526F) is known color: Blue Lagoon. HEX triplet: 04, 52 and 6F. RGB value is (4,82,111). Sum of RGB (Red+Green+Blue) = 4+82+111=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #04526F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04526F is #FBAD90. Grayscale: #3D3D3D. Windows color (decimal): -16493969 or 7295492. OLE color: 7295492.

HSL color Cylindrical-coordinate representation of color #04526F: hue angle of 196.26º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04526F is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 82 111 -
CMYK 0.96 0.26 0 0.56
HSL 196.26º 0.93% 0.23% -
HSV(B) 196.26º 0.96% 0.44% -
XYZ 5.94 7.21 16.12 -
YUV 61.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 4 82 111 0.96 0.26 0 0.56 196.26 0.93 0.23
Hex 4 52 6F 60 1A 0 38 C4 5D 17
Octal 4 122 157 140 32 0 70 304 135 27
Binary 100 1010010 1101111 1100000 11010 0 111000 11000100 1011101 10111

Color Harmonies of #04526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04526F

Black with #04526F

Text Example


Text Example

White with #04526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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