#046268

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

Shades of Blue Lagoon #046268

Tints of Blue Lagoon #046268

Color information

#046268 (or 0x046268) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 68. RGB value is (4,98,104). Sum of RGB (Red+Green+Blue) = 4+98+104=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #046268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046268 is #FB9D97. Grayscale: #464646. Windows color (decimal): -16489880 or 6840836. OLE color: 6840836.

HSL color Cylindrical-coordinate representation of color #046268: hue angle of 183.6º 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 #046268 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB498104-
CMYK0.960.0600.59
HSL183.6º92.59%21.18%-
HSV(B)183.6º96.15%40.78%-
XYZ6.929.7614.62-
YUV70.58146.8680.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=1.94%
G=47.57%
B=50.49%

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
Decimal4981040.960.0600.59183.692.5921.18
Hex4626860603Bb85d15
Octal4142150140607327013525
Binary100110001011010001100000110011101110111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046268; }

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

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

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

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

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

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

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

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