Html Css Color HEX #459995 Blue Chill

📋 copy color: '#459995'

red 69 ◦ green 153 ◦ blue 149

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

Shades of Blue Chill #459995

Tints of Blue Chill #459995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 18.6%
G = 41.24%
B = 40.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#459995 (or 0x459995) is known color: Blue Chill. HEX triplet: 45, 99 and 95. RGB value is (69,153,149). Sum of RGB (Red+Green+Blue) = 69+153+149=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #459995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459995 is #BA666A. Grayscale: #7F7F7F. Windows color (decimal): -12215915 or 9804101. OLE color: 9804101.

HSL color Cylindrical-coordinate representation of color #459995: hue angle of 177.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 #459995 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 149 -
CMYK 0.55 0 0.03 0.4
HSL 177.14º 0.38% 0.44% -
HSV(B) 177.14º 0.55% 0.6% -
XYZ 19.27 26.22 32.48 -
YUV 127.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 69 153 149 0.55 0 0.03 0.4 177.14 0.38 0.44
Hex 45 99 95 37 0 3 28 B1 26 2C
Octal 105 231 225 67 0 3 50 261 46 54
Binary 1000101 10011001 10010101 110111 0 11 101000 10110001 100110 101100

Color Harmonies of #459995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459995

Black with #459995

Text Example


Text Example

White with #459995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459995; }

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

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

background-color css

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

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

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

border-color css

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

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

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