#045767

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

Shades of Blue Lagoon #045767

Tints of Blue Lagoon #045767

Color information

#045767 (or 0x045767) is unknown color: approx Blue Lagoon. HEX triplet: 04, 57 and 67. RGB value is (4,87,103). Sum of RGB (Red+Green+Blue) = 4+87+103=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #045767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045767 is #FBA898. Grayscale: #3F3F3F. Windows color (decimal): -16492697 or 6772484. OLE color: 6772484.

HSL color Cylindrical-coordinate representation of color #045767: hue angle of 189.7º 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 #045767 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB487103-
CMYK0.960.1600.60
HSL189.7º92.52%20.98%-
HSV(B)189.7º96.12%40.39%-
XYZ5.917.8214.03-
YUV64.0115085.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=2.06%
G=44.85%
B=53.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4871030.960.1600.60189.792.5220.98
Hex45767601003Cbe5d15
Octal41271471402007427613525
Binary10010101111100111110000010000011110010111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045767; }

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

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

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

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

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

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

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

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