#045469

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

Shades of Blue Lagoon #045469

Tints of Blue Lagoon #045469

Color information

#045469 (or 0x045469) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 69. RGB value is (4,84,105). Sum of RGB (Red+Green+Blue) = 4+84+105=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #045469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045469 is #FBAB96. Grayscale: #3E3E3E. Windows color (decimal): -16493463 or 6902788. OLE color: 6902788.

HSL color Cylindrical-coordinate representation of color #045469: hue angle of 192.48º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045469 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB484105-
CMYK0.960.2000.59
HSL192.48º92.66%21.37%-
HSV(B)192.48º96.19%41.18%-
XYZ5.777.3914.49-
YUV62.4715286.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=2.07%
G=43.52%
B=54.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4841050.960.2000.59192.4892.6621.37
Hex45469601403Bc05d15
Octal41241511402407330013525
Binary10010101001101001110000010100011101111000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045469; }

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

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

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

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

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

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

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

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