#04607B

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

Shades of Blue Lagoon #04607B

Tints of Blue Lagoon #04607B

Color information

#04607B (or 0x04607B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 7B. RGB value is (4,96,123). Sum of RGB (Red+Green+Blue) = 4+96+123=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #04607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04607B is #FB9F84. Grayscale: #474747. Windows color (decimal): -16490373 or 8085508. OLE color: 8085508.

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

Color convert

RGB496123-
CMYK0.970.2200.52
HSL193.61º93.7%24.9%-
HSV(B)193.61º96.75%48.24%-
XYZ7.819.8220.22-
YUV71.57157.0279.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=1.79%
G=43.05%
B=55.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4961230.970.2200.52193.6193.724.9
Hex4607B6116034c25e19
Octal41401731412606430213631
Binary10011000001111011110000110110011010011000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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