Html Css Color HEX #4694DF Picton Blue

📋 copy color: '#4694DF'

red 70 ◦ green 148 ◦ blue 223

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

Shades of Picton Blue #4694DF

Tints of Picton Blue #4694DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

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

R = 15.87%
G = 33.56%
B = 50.57%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4694DF (or 0x4694DF) is known color: Picton Blue. HEX triplet: 46, 94 and DF. RGB value is (70,148,223). Sum of RGB (Red+Green+Blue) = 70+148+223=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #4694DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694DF is #B96B20. Grayscale: #848484. Windows color (decimal): -12151585 or 14652486. OLE color: 14652486.

HSL color Cylindrical-coordinate representation of color #4694DF: hue angle of 209.41º 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 #4694DF is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 148 223 -
CMYK 0.69 0.34 0 0.13
HSL 209.41º 0.71% 0.57% -
HSV(B) 209.41º 0.69% 0.87% -
XYZ 26.43 27.81 73.79 -
YUV 133.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 70 148 223 0.69 0.34 0 0.13 209.41 0.71 0.57
Hex 46 94 DF 45 22 0 D D1 47 39
Octal 106 224 337 105 42 0 15 321 107 71
Binary 1000110 10010100 11011111 1000101 100010 0 1101 11010001 1000111 111001

Color Harmonies of #4694DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4694DF

Black with #4694DF

Text Example


Text Example

White with #4694DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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