#046567

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

Shades of Blue Lagoon #046567

Tints of Blue Lagoon #046567

Color information

#046567 (or 0x046567) is unknown color: approx Blue Lagoon. HEX triplet: 04, 65 and 67. RGB value is (4,101,103). Sum of RGB (Red+Green+Blue) = 4+101+103=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #046567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046567 is #FB9A98. Grayscale: #484848. Windows color (decimal): -16489113 or 6776068. OLE color: 6776068.

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

Color convert

RGB4101103-
CMYK0.960.0200.60
HSL181.21º92.52%20.98%-
HSV(B)181.21º96.12%40.39%-
XYZ7.1510.3114.45-
YUV72.22145.3679.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=1.92%
G=48.56%
B=49.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41011030.960.0200.60181.2192.5220.98
Hex4656760203Cb55d15
Octal4145147140207426513525
Binary10011001011100111110000010011110010110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046567; }

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

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

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

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

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

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

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

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