#4298D2

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

Shades of Picton Blue #4298D2

Tints of Picton Blue #4298D2

Color information

#4298D2 (or 0x4298D2) is unknown color: approx Picton Blue. HEX triplet: 42, 98 and D2. RGB value is (66,152,210). Sum of RGB (Red+Green+Blue) = 66+152+210=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #4298D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298D2 is #BD672D. Grayscale: #848484. Windows color (decimal): -12412718 or 13801538. OLE color: 13801538.

HSL color Cylindrical-coordinate representation of color #4298D2: hue angle of 204.17º degrees, saturation: 0.62, 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 #4298D2 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66152210-
CMYK0.690.2800.18
HSL204.17º61.54%54.12%-
HSV(B)204.17º68.57%82.35%-
XYZ25.1128.2765.11-
YUV132.9171.5180.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.42%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 210 (82.42% from 255) = 49.07%
R=15.42%
G=35.51%
B=49.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661522100.690.2800.18204.1761.5454.12
Hex4298D2451C012cc3e36
Octal102230322105340223147666
Binary1000010100110001101001010001011110001001011001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4298D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4298D2; }

 p { color: rgb(66,152,210); }

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

<style>
 a { background-color: #4298D2; }

 a { background-color: rgb(66,152,210); }

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

<style>
 span { border-color: #4298D2; }

 span { border-color: rgb(66,152,210); }

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