#4199CF

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

Shades of Picton Blue #4199CF

Tints of Picton Blue #4199CF

Color information

#4199CF (or 0x4199CF) is unknown color: approx Picton Blue. HEX triplet: 41, 99 and CF. RGB value is (65,153,207). Sum of RGB (Red+Green+Blue) = 65+153+207=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #4199CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199CF is #BE6630. Grayscale: #848484. Windows color (decimal): -12478001 or 13605185. OLE color: 13605185.

HSL color Cylindrical-coordinate representation of color #4199CF: hue angle of 202.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4199CF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65153207-
CMYK0.690.2600.19
HSL202.82º59.66%53.33%-
HSV(B)202.82º68.6%81.18%-
XYZ24.8328.4163.21-
YUV132.84169.8579.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.29%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=15.29%
G=36%
B=48.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651532070.690.2600.19202.8259.6653.33
Hex4199CF451A013cb3c35
Octal101231317105320233137465
Binary1000001100110011100111110001011101001001111001011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4199CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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