#04697E

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

Shades of Blue Lagoon #04697E

Tints of Blue Lagoon #04697E

Color information

#04697E (or 0x04697E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 7E. RGB value is (4,105,126). Sum of RGB (Red+Green+Blue) = 4+105+126=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #04697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04697E is #FB9681. Grayscale: #4D4D4D. Windows color (decimal): -16488066 or 8284420. OLE color: 8284420.

HSL color Cylindrical-coordinate representation of color #04697E: hue angle of 190.33º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04697E is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4105126-
CMYK0.970.1700.51
HSL190.33º93.85%25.49%-
HSV(B)190.33º96.83%49.41%-
XYZ8.8711.6421.52-
YUV77.19155.5475.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 126 (49.61% from 255) = 53.62%
R=1.70%
G=44.68%
B=53.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41051260.970.1700.51190.3393.8525.49
Hex4697E6111033be5e19
Octal41511761412106327613631
Binary10011010011111110110000110001011001110111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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