Html Css Color HEX #046D72 Blue Lagoon

📋 copy color: '#046D72'

red 4 ◦ green 109 ◦ blue 114

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

Shades of Blue Lagoon #046D72

Tints of Blue Lagoon #046D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.02%

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 1.76%
G = 48.02%
B = 50.22%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046D72 (or 0x046D72) is known color: Blue Lagoon. HEX triplet: 04, 6D and 72. RGB value is (4,109,114). Sum of RGB (Red+Green+Blue) = 4+109+114=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #046D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D72 is #FB928D. Grayscale: #4E4E4E. Windows color (decimal): -16487054 or 7499012. OLE color: 7499012.

HSL color Cylindrical-coordinate representation of color #046D72: hue angle of 182.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046D72 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 109 114 -
CMYK 0.96 0.04 0 0.55
HSL 182.73º 0.93% 0.23% -
HSV(B) 182.73º 0.96% 0.45% -
XYZ 8.56 12.18 17.82 -
YUV 78.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 4 109 114 0.96 0.04 0 0.55 182.73 0.93 0.23
Hex 4 6D 72 60 4 0 37 B7 5D 17
Octal 4 155 162 140 4 0 67 267 135 27
Binary 100 1101101 1110010 1100000 100 0 110111 10110111 1011101 10111

Color Harmonies of #046D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D72

Black with #046D72

Text Example


Text Example

White with #046D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,109,114); }

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

background-color css

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

 a { background-color: rgb(4,109,114); }

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

border-color css

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

 span { border-color: rgb(4,109,114); }

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