#469AC9

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

Shades of Picton Blue #469AC9

Tints of Picton Blue #469AC9

Color information

#469AC9 (or 0x469AC9) is unknown color: approx Picton Blue. HEX triplet: 46, 9A and C9. RGB value is (70,154,201). Sum of RGB (Red+Green+Blue) = 70+154+201=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #469AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469AC9 is #B96536. Grayscale: #858585. Windows color (decimal): -12150071 or 13212230. OLE color: 13212230.

HSL color Cylindrical-coordinate representation of color #469AC9: hue angle of 201.53º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #469AC9 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70154201-
CMYK0.650.2300.21
HSL201.53º54.81%53.14%-
HSV(B)201.53º65.17%78.82%-
XYZ24.6228.6359.49-
YUV134.24165.6782.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.47%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 201 (78.91% from 255) = 47.29%
R=16.47%
G=36.24%
B=47.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701542010.650.2300.21201.5354.8153.14
Hex469AC94117015ca3735
Octal106232311101270253126765
Binary1000110100110101100100110000011011101010111001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,154,201); }

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

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

 a { background-color: rgb(70,154,201); }

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

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

 span { border-color: rgb(70,154,201); }

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