Html Css Color HEX #04516E Blue Lagoon

📋 copy color: '#04516E'

red 4 ◦ green 81 ◦ blue 110

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

Shades of Blue Lagoon #04516E

Tints of Blue Lagoon #04516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.54%

 BLUE value IS 110 (43.36% from 255) = 56.41%

R = 2.05%
G = 41.54%
B = 56.41%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04516E (or 0x04516E) is known color: Blue Lagoon. HEX triplet: 04, 51 and 6E. RGB value is (4,81,110). Sum of RGB (Red+Green+Blue) = 4+81+110=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #04516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04516E is #FBAE91. Grayscale: #3D3D3D. Windows color (decimal): -16494226 or 7229700. OLE color: 7229700.

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

Color convert

RGB 4 81 110 -
CMYK 0.96 0.26 0 0.57
HSL 196.42º 0.93% 0.22% -
HSV(B) 196.42º 0.96% 0.43% -
XYZ 5.81 7.04 15.8 -
YUV 61.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 4 81 110 0.96 0.26 0 0.57 196.42 0.93 0.22
Hex 4 51 6E 60 1A 0 39 C4 5D 16
Octal 4 121 156 140 32 0 71 304 135 26
Binary 100 1010001 1101110 1100000 11010 0 111001 11000100 1011101 10110

Color Harmonies of #04516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04516E

Black with #04516E

Text Example


Text Example

White with #04516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04516E; }

 p { color: rgb(4,81,110); }

 H1.HeaderClassName
 {
   color: #04516E;
 }
 .AnyTagClassName
 {
   color: #04516E;
 }
</style>

background-color css

<style>
 a { background-color: #04516E; }

 a { background-color: rgb(4,81,110); }

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

border-color css

<style>
 span { border-color: #04516E; }

 span { border-color: rgb(4,81,110); }

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