#4694D3

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

Shades of Picton Blue #4694D3

Tints of Picton Blue #4694D3

Color information

#4694D3 (or 0x4694D3) is unknown color: approx Picton Blue. HEX triplet: 46, 94 and D3. RGB value is (70,148,211). Sum of RGB (Red+Green+Blue) = 70+148+211=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #4694D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694D3 is #B96B2C. Grayscale: #838383. Windows color (decimal): -12151597 or 13866054. OLE color: 13866054.

HSL color Cylindrical-coordinate representation of color #4694D3: hue angle of 206.81º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4694D3 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70148211-
CMYK0.670.3000.17
HSL206.81º61.57%55.1%-
HSV(B)206.81º66.82%82.75%-
XYZ24.8727.1965.56-
YUV131.86172.6683.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.32%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 211 (82.81% from 255) = 49.18%
R=16.32%
G=34.50%
B=49.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal701482110.670.3000.17206.8161.5755.1
Hex4694D3431E011cf3e37
Octal106224323103360213177667
Binary1000110100101001101001110000111111001000111001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4694D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4694D3; }

 p { color: rgb(70,148,211); }

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

<style>
 a { background-color: #4694D3; }

 a { background-color: rgb(70,148,211); }

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

<style>
 span { border-color: #4694D3; }

 span { border-color: rgb(70,148,211); }

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