#045467

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

Shades of Blue Lagoon #045467

Tints of Blue Lagoon #045467

Color information

#045467 (or 0x045467) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 67. RGB value is (4,84,103). Sum of RGB (Red+Green+Blue) = 4+84+103=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #045467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045467 is #FBAB98. Grayscale: #3E3E3E. Windows color (decimal): -16493465 or 6771716. OLE color: 6771716.

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

Color convert

RGB484103-
CMYK0.960.1800.60
HSL191.52º92.52%20.98%-
HSV(B)191.52º96.12%40.39%-
XYZ5.677.3513.95-
YUV62.2515186.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 103 (40.62% from 255) = 53.93%
R=2.09%
G=43.98%
B=53.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4841030.960.1800.60191.5292.5220.98
Hex45467601203Cc05d15
Octal41241471402207430013525
Binary10010101001100111110000010010011110011000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045467; }

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

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

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

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

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

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

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

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