#4199CC

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

Shades of Picton Blue #4199CC

Tints of Picton Blue #4199CC

Color information

#4199CC (or 0x4199CC) is unknown color: approx Picton Blue. HEX triplet: 41, 99 and CC. RGB value is (65,153,204). Sum of RGB (Red+Green+Blue) = 65+153+204=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #4199CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199CC is #BE6633. Grayscale: #848484. Windows color (decimal): -12478004 or 13408577. OLE color: 13408577.

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

Color convert

RGB65153204-
CMYK0.680.2500.2
HSL202.01º57.68%52.75%-
HSV(B)202.01º68.14%80%-
XYZ24.4728.2761.29-
YUV132.5168.3579.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.40%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=15.40%
G=36.26%
B=48.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651532040.680.2500.2202.0157.6852.75
Hex4199CC4419014ca3a35
Octal101231314104310243127265
Binary1000001100110011100110010001001100101010011001010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4199CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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