#469C9D

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

Shades of Blue Chill #469C9D

Tints of Blue Chill #469C9D

Color information

#469C9D (or 0x469C9D) is unknown color: approx Blue Chill. HEX triplet: 46, 9C and 9D. RGB value is (70,156,157). Sum of RGB (Red+Green+Blue) = 70+156+157=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #469C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C9D is #B96362. Grayscale: #828282. Windows color (decimal): -12149603 or 10329158. OLE color: 10329158.

HSL color Cylindrical-coordinate representation of color #469C9D: hue angle of 180.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C9D is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70156157-
CMYK0.550.0100.38
HSL180.69º38.33%44.51%-
HSV(B)180.69º55.41%61.57%-
XYZ20.527.5136.13-
YUV130.4143.0184.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=18.28%
G=40.73%
B=40.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701561570.550.0100.38180.6938.3344.51
Hex469C9D371026b5262d
Octal1062342356710462654655
Binary100011010011100100111011101111010011010110101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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