Html Css Color HEX #046670 Blue Lagoon

📋 copy color: '#046670'

red 4 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #046670

Tints of Blue Lagoon #046670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.79%

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

R = 1.83%
G = 46.79%
B = 51.38%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046670 (or 0x046670) is known color: Blue Lagoon. HEX triplet: 04, 66 and 70. RGB value is (4,102,112). Sum of RGB (Red+Green+Blue) = 4+102+112=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #046670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046670 is #FB998F. Grayscale: #494949. Windows color (decimal): -16488848 or 7366148. OLE color: 7366148.

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

Color convert

RGB 4 102 112 -
CMYK 0.96 0.09 0 0.56
HSL 185.56º 0.93% 0.23% -
HSV(B) 185.56º 0.96% 0.44% -
XYZ 7.73 10.7 16.99 -
YUV 73.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 4 102 112 0.96 0.09 0 0.56 185.56 0.93 0.23
Hex 4 66 70 60 9 0 38 BA 5D 17
Octal 4 146 160 140 11 0 70 272 135 27
Binary 100 1100110 1110000 1100000 1001 0 111000 10111010 1011101 10111

Color Harmonies of #046670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046670

Black with #046670

Text Example


Text Example

White with #046670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046670; }

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

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

background-color css

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

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

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

border-color css

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

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

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