Html Css Color HEX #046870 Blue Lagoon

📋 copy color: '#046870'

red 4 ◦ green 104 ◦ blue 112

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

Shades of Blue Lagoon #046870

Tints of Blue Lagoon #046870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.27%

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

R = 1.82%
G = 47.27%
B = 50.91%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046870 (or 0x046870) is known color: Blue Lagoon. HEX triplet: 04, 68 and 70. RGB value is (4,104,112). Sum of RGB (Red+Green+Blue) = 4+104+112=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #046870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046870 is #FB978F. Grayscale: #4A4A4A. Windows color (decimal): -16488336 or 7366660. OLE color: 7366660.

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

Color convert

RGB 4 104 112 -
CMYK 0.96 0.07 0 0.56
HSL 184.44º 0.93% 0.23% -
HSV(B) 184.44º 0.96% 0.44% -
XYZ 7.93 11.1 17.05 -
YUV 75.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 4 104 112 0.96 0.07 0 0.56 184.44 0.93 0.23
Hex 4 68 70 60 7 0 38 B8 5D 17
Octal 4 150 160 140 7 0 70 270 135 27
Binary 100 1101000 1110000 1100000 111 0 111000 10111000 1011101 10111

Color Harmonies of #046870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046870

Black with #046870

Text Example


Text Example

White with #046870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046870; }

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

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

background-color css

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

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

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

border-color css

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

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

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