#04697B

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

Shades of Blue Lagoon #04697B

Tints of Blue Lagoon #04697B

Color information

#04697B (or 0x04697B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 7B. RGB value is (4,105,123). Sum of RGB (Red+Green+Blue) = 4+105+123=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #04697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04697B is #FB9684. Grayscale: #4C4C4C. Windows color (decimal): -16488069 or 8087812. OLE color: 8087812.

HSL color Cylindrical-coordinate representation of color #04697B: hue angle of 189.08º 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 #04697B is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4105123-
CMYK0.970.1500.52
HSL189.08º93.7%24.9%-
HSV(B)189.08º96.75%48.24%-
XYZ8.6811.5620.51-
YUV76.85154.0476.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=1.72%
G=45.26%
B=53.02%

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
Decimal41051230.970.1500.52189.0893.724.9
Hex4697B61F034bd5e19
Octal41511731411706427513631
Binary1001101001111101111000011111011010010111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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