Html Css Color HEX #046370 Blue Lagoon

📋 copy color: '#046370'

red 4 ◦ green 99 ◦ blue 112

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

Shades of Blue Lagoon #046370

Tints of Blue Lagoon #046370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

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

R = 1.86%
G = 46.05%
B = 52.09%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046370 (or 0x046370) is known color: Blue Lagoon. HEX triplet: 04, 63 and 70. RGB value is (4,99,112). Sum of RGB (Red+Green+Blue) = 4+99+112=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #046370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046370 is #FB9C8F. Grayscale: #474747. Windows color (decimal): -16489616 or 7365380. OLE color: 7365380.

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

Color convert

RGB 4 99 112 -
CMYK 0.96 0.12 0 0.56
HSL 187.22º 0.93% 0.23% -
HSV(B) 187.22º 0.96% 0.44% -
XYZ 7.44 10.12 16.89 -
YUV 72.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 4 99 112 0.96 0.12 0 0.56 187.22 0.93 0.23
Hex 4 63 70 60 C 0 38 BB 5D 17
Octal 4 143 160 140 14 0 70 273 135 27
Binary 100 1100011 1110000 1100000 1100 0 111000 10111011 1011101 10111

Color Harmonies of #046370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046370

Black with #046370

Text Example


Text Example

White with #046370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046370; }

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

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

background-color css

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

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

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

border-color css

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

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

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