Html Css Color HEX #046571 Blue Lagoon

📋 copy color: '#046571'

red 4 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #046571

Tints of Blue Lagoon #046571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 1.83%
G = 46.33%
B = 51.83%

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

#046571 (or 0x046571) is known color: Blue Lagoon. HEX triplet: 04, 65 and 71. RGB value is (4,101,113). Sum of RGB (Red+Green+Blue) = 4+101+113=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #046571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046571 is #FB9A8E. Grayscale: #494949. Windows color (decimal): -16489103 or 7431428. OLE color: 7431428.

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

Color convert

RGB 4 101 113 -
CMYK 0.96 0.11 0 0.56
HSL 186.61º 0.93% 0.23% -
HSV(B) 186.61º 0.96% 0.44% -
XYZ 7.68 10.53 17.25 -
YUV 73.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 4 101 113 0.96 0.11 0 0.56 186.61 0.93 0.23
Hex 4 65 71 60 B 0 38 BB 5D 17
Octal 4 145 161 140 13 0 70 273 135 27
Binary 100 1100101 1110001 1100000 1011 0 111000 10111011 1011101 10111

Color Harmonies of #046571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046571

Black with #046571

Text Example


Text Example

White with #046571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046571; }

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

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

background-color css

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

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

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

border-color css

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

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

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