#4299CA

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

Shades of Picton Blue #4299CA

Tints of Picton Blue #4299CA

Color information

#4299CA (or 0x4299CA) is unknown color: approx Picton Blue. HEX triplet: 42, 99 and CA. RGB value is (66,153,202). Sum of RGB (Red+Green+Blue) = 66+153+202=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4299CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4299CA is #BD6635. Grayscale: #848484. Windows color (decimal): -12412470 or 13277506. OLE color: 13277506.

HSL color Cylindrical-coordinate representation of color #4299CA: hue angle of 201.62º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4299CA is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66153202-
CMYK0.670.2400.21
HSL201.62º56.2%52.55%-
HSV(B)201.62º67.33%79.22%-
XYZ24.328.260.04-
YUV132.57167.1880.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=15.68%
G=36.34%
B=47.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661532020.670.2400.21201.6256.252.55
Hex4299CA4318015ca3835
Octal102231312103300253127065
Binary1000010100110011100101010000111100001010111001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4299CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4299CA; }

 p { color: rgb(66,153,202); }

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

<style>
 a { background-color: #4299CA; }

 a { background-color: rgb(66,153,202); }

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

<style>
 span { border-color: #4299CA; }

 span { border-color: rgb(66,153,202); }

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