#046369

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

Shades of Blue Lagoon #046369

Tints of Blue Lagoon #046369

Color information

#046369 (or 0x046369) is unknown color: approx Blue Lagoon. HEX triplet: 04, 63 and 69. RGB value is (4,99,105). Sum of RGB (Red+Green+Blue) = 4+99+105=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #046369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046369 is #FB9C96. Grayscale: #474747. Windows color (decimal): -16489623 or 6906628. OLE color: 6906628.

HSL color Cylindrical-coordinate representation of color #046369: hue angle of 183.56º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046369 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB499105-
CMYK0.960.0600.59
HSL183.56º92.66%21.37%-
HSV(B)183.56º96.19%41.18%-
XYZ7.069.9714.92-
YUV71.28147.0380.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=1.92%
G=47.60%
B=50.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4991050.960.0600.59183.5692.6621.37
Hex4636960603Bb85d15
Octal4143151140607327013525
Binary100110001111010011100000110011101110111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046369; }

 p { color: rgb(4,99,105); }

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

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

 a { background-color: rgb(4,99,105); }

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

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

 span { border-color: rgb(4,99,105); }

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