#4199CD

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

Shades of Picton Blue #4199CD

Tints of Picton Blue #4199CD

Color information

#4199CD (or 0x4199CD) is unknown color: approx Picton Blue. HEX triplet: 41, 99 and CD. RGB value is (65,153,205). Sum of RGB (Red+Green+Blue) = 65+153+205=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #4199CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199CD is #BE6632. Grayscale: #848484. Windows color (decimal): -12478003 or 13474113. OLE color: 13474113.

HSL color Cylindrical-coordinate representation of color #4199CD: hue angle of 202.29º 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 #4199CD is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65153205-
CMYK0.680.2500.20
HSL202.29º58.33%52.94%-
HSV(B)202.29º68.29%80.39%-
XYZ24.5928.3161.93-
YUV132.62168.8579.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.37%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=15.37%
G=36.17%
B=48.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651532050.680.2500.20202.2958.3352.94
Hex4199CD4419014ca3a35
Octal101231315104310243127265
Binary1000001100110011100110110001001100101010011001010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4199CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,153,205); }

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

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

 a { background-color: rgb(65,153,205); }

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

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

 span { border-color: rgb(65,153,205); }

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