#046287

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

Shades of Blue Lagoon #046287

Tints of Blue Lagoon #046287

Color information

#046287 (or 0x046287) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 87. RGB value is (4,98,135). Sum of RGB (Red+Green+Blue) = 4+98+135=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #046287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046287 is #FB9D78. Grayscale: #494949. Windows color (decimal): -16489849 or 8872452. OLE color: 8872452.

HSL color Cylindrical-coordinate representation of color #046287: hue angle of 196.95º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046287 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB498135-
CMYK0.970.2700.47
HSL196.95º94.24%27.25%-
HSV(B)196.95º97.04%52.94%-
XYZ8.7910.5124.49-
YUV74.11162.3677.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=1.69%
G=41.35%
B=56.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4981350.970.2700.47196.9594.2427.25
Hex46287611B02Fc55e1b
Octal41422071413305730513633
Binary100110001010000111110000111011010111111000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046287; }

 p { color: rgb(4,98,135); }

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

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

 a { background-color: rgb(4,98,135); }

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

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

 span { border-color: rgb(4,98,135); }

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