Html Css Color HEX #046470 Blue Lagoon

📋 copy color: '#046470'

red 4 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #046470

Tints of Blue Lagoon #046470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 1.85%
G = 46.3%
B = 51.85%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046470 (or 0x046470) is known color: Blue Lagoon. HEX triplet: 04, 64 and 70. RGB value is (4,100,112). Sum of RGB (Red+Green+Blue) = 4+100+112=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #046470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046470 is #FB9B8F. Grayscale: #484848. Windows color (decimal): -16489360 or 7365636. OLE color: 7365636.

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

Color convert

RGB 4 100 112 -
CMYK 0.96 0.11 0 0.56
HSL 186.67º 0.93% 0.23% -
HSV(B) 186.67º 0.96% 0.44% -
XYZ 7.53 10.31 16.92 -
YUV 72.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 4 100 112 0.96 0.11 0 0.56 186.67 0.93 0.23
Hex 4 64 70 60 B 0 38 BB 5D 17
Octal 4 144 160 140 13 0 70 273 135 27
Binary 100 1100100 1110000 1100000 1011 0 111000 10111011 1011101 10111

Color Harmonies of #046470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046470

Black with #046470

Text Example


Text Example

White with #046470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046470; }

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

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

background-color css

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

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

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

border-color css

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

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

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