#469CA3

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

Shades of Blue Chill #469CA3

Tints of Blue Chill #469CA3

Color information

#469CA3 (or 0x469CA3) is unknown color: approx Blue Chill. HEX triplet: 46, 9C and A3. RGB value is (70,156,163). Sum of RGB (Red+Green+Blue) = 70+156+163=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #469CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469CA3 is #B9635C. Grayscale: #828282. Windows color (decimal): -12149597 or 10722374. OLE color: 10722374.

HSL color Cylindrical-coordinate representation of color #469CA3: hue angle of 184.52º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469CA3 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70156163-
CMYK0.570.0400.36
HSL184.52º39.91%45.69%-
HSV(B)184.52º57.06%63.92%-
XYZ21.0327.7238.89-
YUV131.08146.0184.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=17.99%
G=40.10%
B=41.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701561630.570.0400.36184.5239.9145.69
Hex469CA3394024b9282e
Octal1062342437140442715056
Binary10001101001110010100011111001100010010010111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469CA3; }

 p { color: rgb(70,156,163); }

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

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

 a { background-color: rgb(70,156,163); }

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

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

 span { border-color: rgb(70,156,163); }

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