Html Css Color HEX #046572 Blue Lagoon

📋 copy color: '#046572'

red 4 ◦ green 101 ◦ blue 114

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

Shades of Blue Lagoon #046572

Tints of Blue Lagoon #046572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 1.83%
G = 46.12%
B = 52.05%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046572 (or 0x046572) is known color: Blue Lagoon. HEX triplet: 04, 65 and 72. RGB value is (4,101,114). Sum of RGB (Red+Green+Blue) = 4+101+114=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #046572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046572 is #FB9A8D. Grayscale: #494949. Windows color (decimal): -16489102 or 7496964. OLE color: 7496964.

HSL color Cylindrical-coordinate representation of color #046572: hue angle of 187.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046572 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 101 114 -
CMYK 0.96 0.11 0 0.55
HSL 187.09º 0.93% 0.23% -
HSV(B) 187.09º 0.96% 0.45% -
XYZ 7.74 10.55 17.55 -
YUV 73.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 4 101 114 0.96 0.11 0 0.55 187.09 0.93 0.23
Hex 4 65 72 60 B 0 37 BB 5D 17
Octal 4 145 162 140 13 0 67 273 135 27
Binary 100 1100101 1110010 1100000 1011 0 110111 10111011 1011101 10111

Color Harmonies of #046572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046572

Black with #046572

Text Example


Text Example

White with #046572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046572; }

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

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

background-color css

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

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

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

border-color css

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

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

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