Html Css Color HEX #046771 Blue Lagoon

📋 copy color: '#046771'

red 4 ◦ green 103 ◦ blue 113

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

Shades of Blue Lagoon #046771

Tints of Blue Lagoon #046771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.82%

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

R = 1.82%
G = 46.82%
B = 51.36%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046771 (or 0x046771) is known color: Blue Lagoon. HEX triplet: 04, 67 and 71. RGB value is (4,103,113). Sum of RGB (Red+Green+Blue) = 4+103+113=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #046771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046771 is #FB988E. Grayscale: #4A4A4A. Windows color (decimal): -16488591 or 7431940. OLE color: 7431940.

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

Color convert

RGB 4 103 113 -
CMYK 0.96 0.09 0 0.56
HSL 185.5º 0.93% 0.23% -
HSV(B) 185.5º 0.96% 0.44% -
XYZ 7.88 10.92 17.31 -
YUV 74.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 4 103 113 0.96 0.09 0 0.56 185.5 0.93 0.23
Hex 4 67 71 60 9 0 38 BA 5D 17
Octal 4 147 161 140 11 0 70 272 135 27
Binary 100 1100111 1110001 1100000 1001 0 111000 10111010 1011101 10111

Color Harmonies of #046771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046771

Black with #046771

Text Example


Text Example

White with #046771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046771; }

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

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

background-color css

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

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

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

border-color css

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

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

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