#046873

Color #046873 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #046873

Tints of Blue Lagoon #046873

Color information

#046873 (or 0x046873) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 73. RGB value is (4,104,115). Sum of RGB (Red+Green+Blue) = 4+104+115=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #046873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046873 is #FB978C. Grayscale: #4B4B4B. Windows color (decimal): -16488333 or 7563268. OLE color: 7563268.

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

Color convert

RGB4104115-
CMYK0.970.1000.55
HSL185.95º93.28%23.33%-
HSV(B)185.95º96.52%45.1%-
XYZ8.0911.1617.95-
YUV75.35150.3777.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=1.79%
G=46.64%
B=51.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41041150.970.1000.55185.9593.2823.33
Hex4687361A037ba5d17
Octal41501631411206727213527
Binary1001101000111001111000011010011011110111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046873; }

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

 H1.HeaderClassName
 {
   color: #046873;
 }
 .AnyTagClassName
 {
   color: #046873;
 }
</style>
background-color css

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

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

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

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

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

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