Html Css Color HEX #4695DF Picton Blue

📋 copy color: '#4695DF'

red 70 ◦ green 149 ◦ blue 223

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

Shades of Picton Blue #4695DF

Tints of Picton Blue #4695DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 15.84%
G = 33.71%
B = 50.45%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4695DF (or 0x4695DF) is known color: Picton Blue. HEX triplet: 46, 95 and DF. RGB value is (70,149,223). Sum of RGB (Red+Green+Blue) = 70+149+223=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #4695DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4695DF is #B96A20. Grayscale: #858585. Windows color (decimal): -12151329 or 14652742. OLE color: 14652742.

HSL color Cylindrical-coordinate representation of color #4695DF: hue angle of 209.02º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4695DF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 149 223 -
CMYK 0.69 0.33 0 0.13
HSL 209.02º 0.71% 0.57% -
HSV(B) 209.02º 0.69% 0.87% -
XYZ 26.59 28.12 73.84 -
YUV 133.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 70 149 223 0.69 0.33 0 0.13 209.02 0.71 0.57
Hex 46 95 DF 45 21 0 D D1 47 39
Octal 106 225 337 105 41 0 15 321 107 71
Binary 1000110 10010101 11011111 1000101 100001 0 1101 11010001 1000111 111001

Color Harmonies of #4695DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4695DF

Black with #4695DF

Text Example


Text Example

White with #4695DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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