Html Css Color HEX #046E81 Blue Lagoon

📋 copy color: '#046E81'

red 4 ◦ green 110 ◦ blue 129

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

Shades of Blue Lagoon #046E81

Tints of Blue Lagoon #046E81

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.27%

 BLUE value IS 129 (50.78% from 255) = 53.09%

R = 1.65%
G = 45.27%
B = 53.09%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#046E81 (or 0x046E81) is known color: Blue Lagoon. HEX triplet: 04, 6E and 81. RGB value is (4,110,129). Sum of RGB (Red+Green+Blue) = 4+110+129=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #046E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046E81 is #FB917E. Grayscale: #505050. Windows color (decimal): -16486783 or 8482308. OLE color: 8482308.

HSL color Cylindrical-coordinate representation of color #046E81: hue angle of 189.12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046E81 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 110 129 -
CMYK 0.97 0.15 0 0.49
HSL 189.12º 0.94% 0.26% -
HSV(B) 189.12º 0.97% 0.51% -
XYZ 9.59 12.76 22.73 -
YUV 80.47 155.38 73.46 -
System Red Green Blue C M Y K H S L
Decimal 4 110 129 0.97 0.15 0 0.49 189.12 0.94 0.26
Hex 4 6E 81 61 F 0 31 BD 5E 1A
Octal 4 156 201 141 17 0 61 275 136 32
Binary 100 1101110 10000001 1100001 1111 0 110001 10111101 1011110 11010

Color Harmonies of #046E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046E81

Black with #046E81

Text Example


Text Example

White with #046E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046E81; }

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

 H1.HeaderClassName
 {
   color: #046E81;
 }
 .AnyTagClassName
 {
   color: #046E81;
 }
</style>

background-color css

<style>
 a { background-color: #046E81; }

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

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

border-color css

<style>
 span { border-color: #046E81; }

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

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