#4695CD

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

Shades of Picton Blue #4695CD

Tints of Picton Blue #4695CD

Color information

#4695CD (or 0x4695CD) is unknown color: approx Picton Blue. HEX triplet: 46, 95 and CD. RGB value is (70,149,205). Sum of RGB (Red+Green+Blue) = 70+149+205=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #4695CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4695CD is #B96A32. Grayscale: #838383. Windows color (decimal): -12151347 or 13473094. OLE color: 13473094.

HSL color Cylindrical-coordinate representation of color #4695CD: hue angle of 204.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4695CD is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70149205-
CMYK0.660.2700.20
HSL204.89º57.45%53.92%-
HSV(B)204.89º65.85%80.39%-
XYZ24.2927.261.73-
YUV131.76169.3383.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.51%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=16.51%
G=35.14%
B=48.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701492050.660.2700.20204.8957.4553.92
Hex4695CD421B014cd3936
Octal106225315102330243157166
Binary1000110100101011100110110000101101101010011001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4695CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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