#046288

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

Shades of Blue Lagoon #046288

Tints of Blue Lagoon #046288

Color information

#046288 (or 0x046288) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 88. RGB value is (4,98,136). Sum of RGB (Red+Green+Blue) = 4+98+136=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #046288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046288 is #FB9D77. Grayscale: #494949. Windows color (decimal): -16489848 or 8937988. OLE color: 8937988.

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

Color convert

RGB498136-
CMYK0.970.2800.47
HSL197.27º94.29%27.45%-
HSV(B)197.27º97.06%53.33%-
XYZ8.8610.5424.86-
YUV74.23162.8677.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 136 (53.52% from 255) = 57.14%
R=1.68%
G=41.18%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4981360.970.2800.47197.2794.2927.45
Hex46288611C02Fc55e1b
Octal41422101413405730513633
Binary100110001010001000110000111100010111111000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046288; }

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

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

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

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

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

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

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

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