Html Css Color HEX #4686DE Royal Blue

📋 copy color: '#4686DE'

red 70 ◦ green 134 ◦ blue 222

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

Shades of Royal Blue #4686DE

Tints of Royal Blue #4686DE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 16.43%
G = 31.46%
B = 52.11%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4686DE (or 0x4686DE) is known color: Royal Blue. HEX triplet: 46, 86 and DE. RGB value is (70,134,222). Sum of RGB (Red+Green+Blue) = 70+134+222=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #4686DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686DE is #B97921. Grayscale: #7C7C7C. Windows color (decimal): -12155170 or 14583366. OLE color: 14583366.

HSL color Cylindrical-coordinate representation of color #4686DE: hue angle of 214.74º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4686DE is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 134 222 -
CMYK 0.68 0.40 0 0.13
HSL 214.74º 0.7% 0.57% -
HSV(B) 214.74º 0.68% 0.87% -
XYZ 24.24 23.63 72.39 -
YUV 124.9 182.8 88.84 -
System Red Green Blue C M Y K H S L
Decimal 70 134 222 0.68 0.40 0 0.13 214.74 0.7 0.57
Hex 46 86 DE 44 28 0 D D7 46 39
Octal 106 206 336 104 50 0 15 327 106 71
Binary 1000110 10000110 11011110 1000100 101000 0 1101 11010111 1000110 111001

Color Harmonies of #4686DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686DE

Black with #4686DE

Text Example


Text Example

White with #4686DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4686DE; }

 p { color: rgb(70,134,222); }

 H1.HeaderClassName
 {
   color: #4686DE;
 }
 .AnyTagClassName
 {
   color: #4686DE;
 }
</style>

background-color css

<style>
 a { background-color: #4686DE; }

 a { background-color: rgb(70,134,222); }

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

border-color css

<style>
 span { border-color: #4686DE; }

 span { border-color: rgb(70,134,222); }

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