#04546E

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

Shades of Blue Lagoon #04546E

Tints of Blue Lagoon #04546E

Color information

#04546E (or 0x04546E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 6E. RGB value is (4,84,110). Sum of RGB (Red+Green+Blue) = 4+84+110=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #04546E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04546E is #FBAB91. Grayscale: #3E3E3E. Windows color (decimal): -16493458 or 7230468. OLE color: 7230468.

HSL color Cylindrical-coordinate representation of color #04546E: hue angle of 194.72º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04546E is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB484110-
CMYK0.960.2400.57
HSL194.72º92.98%22.35%-
HSV(B)194.72º96.36%43.14%-
XYZ6.037.4915.88-
YUV63.04154.585.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=2.02%
G=42.42%
B=55.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4841100.960.2400.57194.7292.9822.35
Hex4546E6018039c35d16
Octal41241561403007130313526
Binary10010101001101110110000011000011100111000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,84,110); }

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

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

 a { background-color: rgb(4,84,110); }

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

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

 span { border-color: rgb(4,84,110); }

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