#04637A

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

Shades of Blue Lagoon #04637A

Tints of Blue Lagoon #04637A

Color information

#04637A (or 0x04637A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 63 and 7A. RGB value is (4,99,122). Sum of RGB (Red+Green+Blue) = 4+99+122=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #04637A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04637A is #FB9C85. Grayscale: #494949. Windows color (decimal): -16489606 or 8020740. OLE color: 8020740.

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

Color convert

RGB499122-
CMYK0.970.1900.52
HSL191.69º93.65%24.71%-
HSV(B)191.69º96.72%47.84%-
XYZ8.0210.3519.99-
YUV73.22155.5378.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=1.78%
G=44%
B=54.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4991220.970.1900.52191.6993.6524.71
Hex4637A6113034c05e19
Octal41431721412306430013631
Binary10011000111111010110000110011011010011000000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,99,122); }

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

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

 a { background-color: rgb(4,99,122); }

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

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

 span { border-color: rgb(4,99,122); }

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