#046875

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

Shades of Blue Lagoon #046875

Tints of Blue Lagoon #046875

Color information

#046875 (or 0x046875) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 75. RGB value is (4,104,117). Sum of RGB (Red+Green+Blue) = 4+104+117=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #046875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046875 is #FB978A. Grayscale: #4B4B4B. Windows color (decimal): -16488331 or 7694340. OLE color: 7694340.

HSL color Cylindrical-coordinate representation of color #046875: hue angle of 186.9º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046875 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4104117-
CMYK0.970.1100.54
HSL186.9º93.39%23.73%-
HSV(B)186.9º96.58%45.88%-
XYZ8.2111.2118.56-
YUV75.58151.3776.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 117 (46.09% from 255) = 52%
R=1.78%
G=46.22%
B=52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41041170.970.1100.54186.993.3923.73
Hex4687561B036bb5d18
Octal41501651411306627313530
Binary1001101000111010111000011011011011010111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046875; }

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

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

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

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

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

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

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

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