Html Css Color HEX #459992 Blue Chill

📋 copy color: '#459992'

red 69 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #459992

Tints of Blue Chill #459992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 18.75%
G = 41.58%
B = 39.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#459992 (or 0x459992) is known color: Blue Chill. HEX triplet: 45, 99 and 92. RGB value is (69,153,146). Sum of RGB (Red+Green+Blue) = 69+153+146=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #459992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459992 is #BA666D. Grayscale: #7F7F7F. Windows color (decimal): -12215918 or 9607493. OLE color: 9607493.

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

Color convert

RGB 69 153 146 -
CMYK 0.55 0 0.05 0.4
HSL 175º 0.38% 0.44% -
HSV(B) 175º 0.55% 0.6% -
XYZ 19.03 26.12 31.23 -
YUV 127.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 69 153 146 0.55 0 0.05 0.4 175 0.38 0.44
Hex 45 99 92 37 0 5 28 AF 26 2C
Octal 105 231 222 67 0 5 50 257 46 54
Binary 1000101 10011001 10010010 110111 0 101 101000 10101111 100110 101100

Color Harmonies of #459992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459992

Black with #459992

Text Example


Text Example

White with #459992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459992; }

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

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

background-color css

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

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

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

border-color css

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

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

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