Html Css Color HEX #4685DE Royal Blue

📋 copy color: '#4685DE'

red 70 ◦ green 133 ◦ blue 222

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

Shades of Royal Blue #4685DE

Tints of Royal Blue #4685DE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

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

R = 16.47%
G = 31.29%
B = 52.24%

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

#4685DE (or 0x4685DE) is known color: Royal Blue. HEX triplet: 46, 85 and DE. RGB value is (70,133,222). Sum of RGB (Red+Green+Blue) = 70+133+222=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #4685DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685DE is #B97A21. Grayscale: #7B7B7B. Windows color (decimal): -12155426 or 14583110. OLE color: 14583110.

HSL color Cylindrical-coordinate representation of color #4685DE: hue angle of 215.13º 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 #4685DE is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 133 222 -
CMYK 0.68 0.40 0 0.13
HSL 215.13º 0.7% 0.57% -
HSV(B) 215.13º 0.68% 0.87% -
XYZ 24.1 23.35 72.34 -
YUV 124.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 70 133 222 0.68 0.40 0 0.13 215.13 0.7 0.57
Hex 46 85 DE 44 28 0 D D7 46 39
Octal 106 205 336 104 50 0 15 327 106 71
Binary 1000110 10000101 11011110 1000100 101000 0 1101 11010111 1000110 111001

Color Harmonies of #4685DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4685DE

Black with #4685DE

Text Example


Text Example

White with #4685DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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