#4198D0

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

Shades of Picton Blue #4198D0

Tints of Picton Blue #4198D0

Color information

#4198D0 (or 0x4198D0) is unknown color: approx Picton Blue. HEX triplet: 41, 98 and D0. RGB value is (65,152,208). Sum of RGB (Red+Green+Blue) = 65+152+208=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #4198D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4198D0 is #BE672F. Grayscale: #848484. Windows color (decimal): -12478256 or 13670465. OLE color: 13670465.

HSL color Cylindrical-coordinate representation of color #4198D0: hue angle of 203.5º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4198D0 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB65152208-
CMYK0.690.2700.18
HSL203.5º60.34%53.53%-
HSV(B)203.5º68.75%81.57%-
XYZ24.7928.1363.8-
YUV132.37170.6879.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.29%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=15.29%
G=35.76%
B=48.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal651522080.690.2700.18203.560.3453.53
Hex4198D0451B012cb3c36
Octal101230320105330223137466
Binary1000001100110001101000010001011101101001011001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4198D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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