#4599A1

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

Shades of Blue Chill #4599A1

Tints of Blue Chill #4599A1

Color information

#4599A1 (or 0x4599A1) is unknown color: approx Blue Chill. HEX triplet: 45, 99 and A1. RGB value is (69,153,161). Sum of RGB (Red+Green+Blue) = 69+153+161=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #4599A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4599A1 is #BA665E. Grayscale: #808080. Windows color (decimal): -12215903 or 10590533. OLE color: 10590533.

HSL color Cylindrical-coordinate representation of color #4599A1: hue angle of 185.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4599A1 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69153161-
CMYK0.570.0500.37
HSL185.22º40%45.1%-
HSV(B)185.22º57.14%63.14%-
XYZ20.2826.6237.79-
YUV128.8146.1785.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=18.02%
G=39.95%
B=42.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691531610.570.0500.37185.224045.1
Hex4599A1395025b9282d
Octal1052312417150452715055
Binary10001011001100110100001111001101010010110111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4599A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4599A1; }

 p { color: rgb(69,153,161); }

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

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

 a { background-color: rgb(69,153,161); }

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

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

 span { border-color: rgb(69,153,161); }

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