Html Css Color HEX #046970 Blue Lagoon

📋 copy color: '#046970'

red 4 ◦ green 105 ◦ blue 112

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

Shades of Blue Lagoon #046970

Tints of Blue Lagoon #046970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.51%

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

R = 1.81%
G = 47.51%
B = 50.68%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046970 (or 0x046970) is known color: Blue Lagoon. HEX triplet: 04, 69 and 70. RGB value is (4,105,112). Sum of RGB (Red+Green+Blue) = 4+105+112=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #046970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046970 is #FB968F. Grayscale: #4B4B4B. Windows color (decimal): -16488080 or 7366916. OLE color: 7366916.

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

Color convert

RGB 4 105 112 -
CMYK 0.96 0.06 0 0.56
HSL 183.89º 0.93% 0.23% -
HSV(B) 183.89º 0.96% 0.44% -
XYZ 8.03 11.3 17.09 -
YUV 75.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 4 105 112 0.96 0.06 0 0.56 183.89 0.93 0.23
Hex 4 69 70 60 6 0 38 B8 5D 17
Octal 4 151 160 140 6 0 70 270 135 27
Binary 100 1101001 1110000 1100000 110 0 111000 10111000 1011101 10111

Color Harmonies of #046970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046970

Black with #046970

Text Example


Text Example

White with #046970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046970; }

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

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

background-color css

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

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

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

border-color css

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

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

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