Html Css Color HEX #046570 Blue Lagoon

📋 copy color: '#046570'

red 4 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #046570

Tints of Blue Lagoon #046570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.54%

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

R = 1.84%
G = 46.54%
B = 51.61%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046570 (or 0x046570) is known color: Blue Lagoon. HEX triplet: 04, 65 and 70. RGB value is (4,101,112). Sum of RGB (Red+Green+Blue) = 4+101+112=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #046570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046570 is #FB9A8F. Grayscale: #494949. Windows color (decimal): -16489104 or 7365892. OLE color: 7365892.

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

Color convert

RGB 4 101 112 -
CMYK 0.96 0.10 0 0.56
HSL 186.11º 0.93% 0.23% -
HSV(B) 186.11º 0.96% 0.44% -
XYZ 7.63 10.5 16.95 -
YUV 73.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 4 101 112 0.96 0.10 0 0.56 186.11 0.93 0.23
Hex 4 65 70 60 A 0 38 BA 5D 17
Octal 4 145 160 140 12 0 70 272 135 27
Binary 100 1100101 1110000 1100000 1010 0 111000 10111010 1011101 10111

Color Harmonies of #046570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046570

Black with #046570

Text Example


Text Example

White with #046570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046570; }

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

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

background-color css

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

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

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

border-color css

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

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

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