#4695D4

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

Shades of Picton Blue #4695D4

Tints of Picton Blue #4695D4

Color information

#4695D4 (or 0x4695D4) is unknown color: approx Picton Blue. HEX triplet: 46, 95 and D4. RGB value is (70,149,212). Sum of RGB (Red+Green+Blue) = 70+149+212=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #4695D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4695D4 is #B96A2B. Grayscale: #848484. Windows color (decimal): -12151340 or 13931846. OLE color: 13931846.

HSL color Cylindrical-coordinate representation of color #4695D4: hue angle of 206.62º 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 #4695D4 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70149212-
CMYK0.670.3000.17
HSL206.62º62.28%55.29%-
HSV(B)206.62º66.98%83.14%-
XYZ25.1627.5566.28-
YUV132.56172.8383.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.24%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 212 (83.20% from 255) = 49.19%
R=16.24%
G=34.57%
B=49.19%

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
Decimal701492120.670.3000.17206.6262.2855.29
Hex4695D4431E011cf3e37
Octal106225324103360213177667
Binary1000110100101011101010010000111111001000111001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4695D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4695D4; }

 p { color: rgb(70,149,212); }

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

<style>
 a { background-color: #4695D4; }

 a { background-color: rgb(70,149,212); }

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

<style>
 span { border-color: #4695D4; }

 span { border-color: rgb(70,149,212); }

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