Html Css Color HEX #046D70 Blue Lagoon

📋 copy color: '#046D70'

red 4 ◦ green 109 ◦ blue 112

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

Shades of Blue Lagoon #046D70

Tints of Blue Lagoon #046D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 1.78%
G = 48.44%
B = 49.78%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046D70 (or 0x046D70) is known color: Blue Lagoon. HEX triplet: 04, 6D and 70. RGB value is (4,109,112). Sum of RGB (Red+Green+Blue) = 4+109+112=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #046D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D70 is #FB928F. Grayscale: #4D4D4D. Windows color (decimal): -16487056 or 7367940. OLE color: 7367940.

HSL color Cylindrical-coordinate representation of color #046D70: hue angle of 181.67º 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 #046D70 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 109 112 -
CMYK 0.96 0.03 0 0.56
HSL 181.67º 0.93% 0.23% -
HSV(B) 181.67º 0.96% 0.44% -
XYZ 8.44 12.13 17.23 -
YUV 77.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 4 109 112 0.96 0.03 0 0.56 181.67 0.93 0.23
Hex 4 6D 70 60 3 0 38 B6 5D 17
Octal 4 155 160 140 3 0 70 266 135 27
Binary 100 1101101 1110000 1100000 11 0 111000 10110110 1011101 10111

Color Harmonies of #046D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D70

Black with #046D70

Text Example


Text Example

White with #046D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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