#046775

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

Shades of Blue Lagoon #046775

Tints of Blue Lagoon #046775

Color information

#046775 (or 0x046775) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 75. RGB value is (4,103,117). Sum of RGB (Red+Green+Blue) = 4+103+117=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #046775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046775 is #FB988A. Grayscale: #4A4A4A. Windows color (decimal): -16488587 or 7694084. OLE color: 7694084.

HSL color Cylindrical-coordinate representation of color #046775: hue angle of 187.43º 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 #046775 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4103117-
CMYK0.970.1200.54
HSL187.43º93.39%23.73%-
HSV(B)187.43º96.58%45.88%-
XYZ8.1111.0118.53-
YUV75151.777.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=1.79%
G=45.98%
B=52.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41031170.970.1200.54187.4393.3923.73
Hex4677561C036bb5d18
Octal41471651411406627313530
Binary1001100111111010111000011100011011010111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046775; }

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

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

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

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

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

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

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

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