Html Css Color HEX #046871 Blue Lagoon

📋 copy color: '#046871'

red 4 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #046871

Tints of Blue Lagoon #046871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

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

R = 1.81%
G = 47.06%
B = 51.13%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046871 (or 0x046871) is known color: Blue Lagoon. HEX triplet: 04, 68 and 71. RGB value is (4,104,113). Sum of RGB (Red+Green+Blue) = 4+104+113=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #046871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046871 is #FB978E. Grayscale: #4A4A4A. Windows color (decimal): -16488335 or 7432196. OLE color: 7432196.

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

Color convert

RGB 4 104 113 -
CMYK 0.96 0.08 0 0.56
HSL 184.95º 0.93% 0.23% -
HSV(B) 184.95º 0.96% 0.44% -
XYZ 7.98 11.12 17.35 -
YUV 75.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 4 104 113 0.96 0.08 0 0.56 184.95 0.93 0.23
Hex 4 68 71 60 8 0 38 B9 5D 17
Octal 4 150 161 140 10 0 70 271 135 27
Binary 100 1101000 1110001 1100000 1000 0 111000 10111001 1011101 10111

Color Harmonies of #046871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046871

Black with #046871

Text Example


Text Example

White with #046871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046871; }

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

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

background-color css

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

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

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

border-color css

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

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

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