Html Css Color HEX #459B99 Blue Chill

📋 copy color: '#459B99'

red 69 ◦ green 155 ◦ blue 153

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

Shades of Blue Chill #459B99

Tints of Blue Chill #459B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 18.3%
G = 41.11%
B = 40.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#459B99 (or 0x459B99) is known color: Blue Chill. HEX triplet: 45, 9B and 99. RGB value is (69,155,153). Sum of RGB (Red+Green+Blue) = 69+155+153=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #459B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B99 is #BA6466. Grayscale: #808080. Windows color (decimal): -12215399 or 10066757. OLE color: 10066757.

HSL color Cylindrical-coordinate representation of color #459B99: hue angle of 178.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B99 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 153 -
CMYK 0.55 0 0.01 0.39
HSL 178.6º 0.38% 0.44% -
HSV(B) 178.6º 0.55% 0.61% -
XYZ 19.93 27.01 34.3 -
YUV 129.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 69 155 153 0.55 0 0.01 0.39 178.6 0.38 0.44
Hex 45 9B 99 37 0 1 27 B3 26 2C
Octal 105 233 231 67 0 1 47 263 46 54
Binary 1000101 10011011 10011001 110111 0 1 100111 10110011 100110 101100

Color Harmonies of #459B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B99

Black with #459B99

Text Example


Text Example

White with #459B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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