#04688A

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

Shades of Blue Lagoon #04688A

Tints of Blue Lagoon #04688A

Color information

#04688A (or 0x04688A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 8A. RGB value is (4,104,138). Sum of RGB (Red+Green+Blue) = 4+104+138=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #04688A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04688A is #FB9775. Grayscale: #4D4D4D. Windows color (decimal): -16488310 or 9070596. OLE color: 9070596.

HSL color Cylindrical-coordinate representation of color #04688A: hue angle of 195.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04688A is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4104138-
CMYK0.970.2500.46
HSL195.22º94.37%27.84%-
HSV(B)195.22º97.1%54.12%-
XYZ9.5911.7625.81-
YUV77.98161.8775.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=1.63%
G=42.28%
B=56.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41041380.970.2500.46195.2294.3727.84
Hex4688A611902Ec35e1c
Octal41502121413105630313634
Binary100110100010001010110000111001010111011000011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04688A; }

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

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

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

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

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

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

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

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