#4296CD

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

Shades of Picton Blue #4296CD

Tints of Picton Blue #4296CD

Color information

#4296CD (or 0x4296CD) is unknown color: approx Picton Blue. HEX triplet: 42, 96 and CD. RGB value is (66,150,205). Sum of RGB (Red+Green+Blue) = 66+150+205=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #4296CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296CD is #BD6932. Grayscale: #828282. Windows color (decimal): -12413235 or 13473346. OLE color: 13473346.

HSL color Cylindrical-coordinate representation of color #4296CD: hue angle of 203.74º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4296CD is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66150205-
CMYK0.680.2700.20
HSL203.74º58.16%53.14%-
HSV(B)203.74º67.8%80.39%-
XYZ24.1727.3861.77-
YUV131.15169.6781.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=15.68%
G=35.63%
B=48.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661502050.680.2700.20203.7458.1653.14
Hex4296CD441B014cc3a35
Octal102226315104330243147265
Binary1000010100101101100110110001001101101010011001100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4296CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4296CD; }

 p { color: rgb(66,150,205); }

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

<style>
 a { background-color: #4296CD; }

 a { background-color: rgb(66,150,205); }

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

<style>
 span { border-color: #4296CD; }

 span { border-color: rgb(66,150,205); }

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