Html Css Color HEX #4695DC Picton Blue

📋 copy color: '#4695DC'

red 70 ◦ green 149 ◦ blue 220

#4695DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4695DC

Tints of Picton Blue #4695DC

RGB

 RED value IS 70 (27.73% from 255) = 15.95%

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 15.95%
G = 33.94%
B = 50.11%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4695DC (or 0x4695DC) is known color: Picton Blue. HEX triplet: 46, 95 and DC. RGB value is (70,149,220). Sum of RGB (Red+Green+Blue) = 70+149+220=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4695DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4695DC is #B96A23. Grayscale: #858585. Windows color (decimal): -12151332 or 14456134. OLE color: 14456134.

HSL color Cylindrical-coordinate representation of color #4695DC: hue angle of 208.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4695DC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 149 220 -
CMYK 0.68 0.32 0 0.14
HSL 208.4º 0.68% 0.57% -
HSV(B) 208.4º 0.68% 0.86% -
XYZ 26.19 27.96 71.73 -
YUV 133.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 70 149 220 0.68 0.32 0 0.14 208.4 0.68 0.57
Hex 46 95 DC 44 20 0 E D0 44 39
Octal 106 225 334 104 40 0 16 320 104 71
Binary 1000110 10010101 11011100 1000100 100000 0 1110 11010000 1000100 111001

Color Harmonies of #4695DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4695DC

Black with #4695DC

Text Example


Text Example

White with #4695DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4695DC;
 }
 .AnyTagClassName
 {
   color: #4695DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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