#469BCD

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

Shades of Picton Blue #469BCD

Tints of Picton Blue #469BCD

Color information

#469BCD (or 0x469BCD) is unknown color: approx Picton Blue. HEX triplet: 46, 9B and CD. RGB value is (70,155,205). Sum of RGB (Red+Green+Blue) = 70+155+205=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #469BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BCD is #B96432. Grayscale: #878787. Windows color (decimal): -12149811 or 13474630. OLE color: 13474630.

HSL color Cylindrical-coordinate representation of color #469BCD: hue angle of 202.22º 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 #469BCD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70155205-
CMYK0.660.2400.20
HSL202.22º57.45%53.92%-
HSV(B)202.22º65.85%80.39%-
XYZ25.2729.1562.05-
YUV135.28167.3481.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.28%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=16.28%
G=36.05%
B=47.67%

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
Decimal701552050.660.2400.20202.2257.4553.92
Hex469BCD4218014ca3936
Octal106233315102300243127166
Binary1000110100110111100110110000101100001010011001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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