#04687B

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

Shades of Blue Lagoon #04687B

Tints of Blue Lagoon #04687B

Color information

#04687B (or 0x04687B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 7B. RGB value is (4,104,123). Sum of RGB (Red+Green+Blue) = 4+104+123=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #04687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04687B is #FB9784. Grayscale: #4C4C4C. Windows color (decimal): -16488325 or 8087556. OLE color: 8087556.

HSL color Cylindrical-coordinate representation of color #04687B: hue angle of 189.58º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04687B is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4104123-
CMYK0.970.1500.52
HSL189.58º93.7%24.9%-
HSV(B)189.58º96.75%48.24%-
XYZ8.5811.3620.48-
YUV76.27154.3776.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.73%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=1.73%
G=45.02%
B=53.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41041230.970.1500.52189.5893.724.9
Hex4687B61F034be5e19
Octal41501731411706427613631
Binary1001101000111101111000011111011010010111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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