#04676B

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

Shades of Blue Lagoon #04676B

Tints of Blue Lagoon #04676B

Color information

#04676B (or 0x04676B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 6B. RGB value is (4,103,107). Sum of RGB (Red+Green+Blue) = 4+103+107=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #04676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04676B is #FB9894. Grayscale: #494949. Windows color (decimal): -16488597 or 7038724. OLE color: 7038724.

HSL color Cylindrical-coordinate representation of color #04676B: hue angle of 182.33º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04676B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4103107-
CMYK0.960.0400.58
HSL182.33º92.79%21.76%-
HSV(B)182.33º96.26%41.96%-
XYZ7.5510.7915.59-
YUV73.85146.778.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 103 (40.62% from 255) = 48.13%
BLUE value IS 107 (42.19% from 255) = 50%
R=1.87%
G=48.13%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41031070.960.0400.58182.3392.7921.76
Hex4676B60403Ab65d16
Octal4147153140407226613526
Binary100110011111010111100000100011101010110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04676B; }

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

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

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

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

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

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

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

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