#469891

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

Shades of Blue Chill #469891

Tints of Blue Chill #469891

Color information

#469891 (or 0x469891) is unknown color: approx Blue Chill. HEX triplet: 46, 98 and 91. RGB value is (70,152,145). Sum of RGB (Red+Green+Blue) = 70+152+145=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #469891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469891 is #B9676E. Grayscale: #7E7E7E. Windows color (decimal): -12150639 or 9541702. OLE color: 9541702.

HSL color Cylindrical-coordinate representation of color #469891: hue angle of 174.88º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469891 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB70152145-
CMYK0.5400.050.40
HSL174.88º36.94%43.53%-
HSV(B)174.88º53.95%59.61%-
XYZ18.8625.830.77-
YUV126.68138.3387.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=19.07%
G=41.42%
B=39.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521450.5400.050.40174.8836.9443.53
Hex469891360528af252c
Octal1062302216605502574554
Binary10001101001100010010001110110010110100010101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469891; }

 p { color: rgb(70,152,145); }

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

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

 a { background-color: rgb(70,152,145); }

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

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

 span { border-color: rgb(70,152,145); }

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