#4198CD

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

Shades of Picton Blue #4198CD

Tints of Picton Blue #4198CD

Color information

#4198CD (or 0x4198CD) is unknown color: approx Picton Blue. HEX triplet: 41, 98 and CD. RGB value is (65,152,205). Sum of RGB (Red+Green+Blue) = 65+152+205=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #4198CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4198CD is #BE6732. Grayscale: #838383. Windows color (decimal): -12478259 or 13473857. OLE color: 13473857.

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

Color convert

RGB65152205-
CMYK0.680.2600.20
HSL202.71º58.33%52.94%-
HSV(B)202.71º68.29%80.39%-
XYZ24.4327.9961.87-
YUV132.03169.1880.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.40%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=15.40%
G=36.02%
B=48.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651522050.680.2600.20202.7158.3352.94
Hex4198CD441A014cb3a35
Octal101230315104320243137265
Binary1000001100110001100110110001001101001010011001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4198CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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