#469CCD

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

Shades of Picton Blue #469CCD

Tints of Picton Blue #469CCD

Color information

#469CCD (or 0x469CCD) is unknown color: approx Picton Blue. HEX triplet: 46, 9C and CD. RGB value is (70,156,205). Sum of RGB (Red+Green+Blue) = 70+156+205=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #469CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CCD is #B96332. Grayscale: #878787. Windows color (decimal): -12149555 or 13474886. OLE color: 13474886.

HSL color Cylindrical-coordinate representation of color #469CCD: hue angle of 201.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469CCD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70156205-
CMYK0.660.2400.20
HSL201.78º57.45%53.92%-
HSV(B)201.78º65.85%80.39%-
XYZ25.4329.4962.11-
YUV135.87167.0181.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.24%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=16.24%
G=36.19%
B=47.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701562050.660.2400.20201.7857.4553.92
Hex469CCD4218014ca3936
Octal106234315102300243127166
Binary1000110100111001100110110000101100001010011001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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