#046267

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

Shades of Blue Lagoon #046267

Tints of Blue Lagoon #046267

Color information

#046267 (or 0x046267) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 67. RGB value is (4,98,103). Sum of RGB (Red+Green+Blue) = 4+98+103=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #046267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046267 is #FB9D98. Grayscale: #464646. Windows color (decimal): -16489881 or 6775300. OLE color: 6775300.

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

Color convert

RGB498103-
CMYK0.960.0500.60
HSL183.03º92.52%20.98%-
HSV(B)183.03º96.12%40.39%-
XYZ6.879.7414.35-
YUV70.46146.3680.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=1.95%
G=47.80%
B=50.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4981030.960.0500.60183.0392.5220.98
Hex4626760503Cb75d15
Octal4142147140507426713525
Binary100110001011001111100000101011110010110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046267; }

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

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

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

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

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

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

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

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