#4498DD

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

Shades of Picton Blue #4498DD

Tints of Picton Blue #4498DD

Color information

#4498DD (or 0x4498DD) is unknown color: approx Picton Blue. HEX triplet: 44, 98 and DD. RGB value is (68,152,221). Sum of RGB (Red+Green+Blue) = 68+152+221=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #4498DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498DD is #BB6722. Grayscale: #868686. Windows color (decimal): -12281635 or 14522436. OLE color: 14522436.

HSL color Cylindrical-coordinate representation of color #4498DD: hue angle of 207.06º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4498DD is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68152221-
CMYK0.690.3100.13
HSL207.06º69.23%56.67%-
HSV(B)207.06º69.23%86.67%-
XYZ26.6628.9172.58-
YUV134.75176.6780.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.42%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=15.42%
G=34.47%
B=50.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681522210.690.3100.13207.0669.2356.67
Hex4498DD451F0Dcf4539
Octal1042303351053701531710571
Binary1000100100110001101110110001011111101101110011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4498DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4498DD; }

 p { color: rgb(68,152,221); }

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

<style>
 a { background-color: #4498DD; }

 a { background-color: rgb(68,152,221); }

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

<style>
 span { border-color: #4498DD; }

 span { border-color: rgb(68,152,221); }

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