Html Css Color HEX #459699 Blue Chill

📋 copy color: '#459699'

red 69 ◦ green 150 ◦ blue 153

#459699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #459699

Tints of Blue Chill #459699

RGB

 RED value IS 69 (27.34% from 255) = 18.55%

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 18.55%
G = 40.32%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#459699 (or 0x459699) is known color: Blue Chill. HEX triplet: 45, 96 and 99. RGB value is (69,150,153). Sum of RGB (Red+Green+Blue) = 69+150+153=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #459699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459699 is #BA6966. Grayscale: #7E7E7E. Windows color (decimal): -12216679 or 10065477. OLE color: 10065477.

HSL color Cylindrical-coordinate representation of color #459699: hue angle of 182.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459699 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 150 153 -
CMYK 0.55 0.02 0 0.4
HSL 182.14º 0.38% 0.44% -
HSV(B) 182.14º 0.55% 0.6% -
XYZ 19.11 25.38 34.03 -
YUV 126.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 69 150 153 0.55 0.02 0 0.4 182.14 0.38 0.44
Hex 45 96 99 37 2 0 28 B6 26 2C
Octal 105 226 231 67 2 0 50 266 46 54
Binary 1000101 10010110 10011001 110111 10 0 101000 10110110 100110 101100

Color Harmonies of #459699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459699

Black with #459699

Text Example


Text Example

White with #459699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459699; }

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

 H1.HeaderClassName
 {
   color: #459699;
 }
 .AnyTagClassName
 {
   color: #459699;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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