#469CD1

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

Shades of Picton Blue #469CD1

Tints of Picton Blue #469CD1

Color information

#469CD1 (or 0x469CD1) is unknown color: approx Picton Blue. HEX triplet: 46, 9C and D1. RGB value is (70,156,209). Sum of RGB (Red+Green+Blue) = 70+156+209=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #469CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CD1 is #B9632E. Grayscale: #888888. Windows color (decimal): -12149551 or 13737030. OLE color: 13737030.

HSL color Cylindrical-coordinate representation of color #469CD1: hue angle of 202.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469CD1 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70156209-
CMYK0.670.2500.18
HSL202.88º60.17%54.71%-
HSV(B)202.88º66.51%81.96%-
XYZ25.9229.6864.68-
YUV136.33169.0180.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.09%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 209 (82.03% from 255) = 48.05%
R=16.09%
G=35.86%
B=48.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701562090.670.2500.18202.8860.1754.71
Hex469CD14319012cb3c37
Octal106234321103310223137467
Binary1000110100111001101000110000111100101001011001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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