Html Css Color HEX #4685EA Royal Blue

📋 copy color: '#4685EA'

red 70 ◦ green 133 ◦ blue 234

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

Shades of Royal Blue #4685EA

Tints of Royal Blue #4685EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 16.02%
G = 30.43%
B = 53.55%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4685EA (or 0x4685EA) is known color: Royal Blue. HEX triplet: 46, 85 and EA. RGB value is (70,133,234). Sum of RGB (Red+Green+Blue) = 70+133+234=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #4685EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4685EA is #B97A15. Grayscale: #7D7D7D. Windows color (decimal): -12155414 or 15369542. OLE color: 15369542.

HSL color Cylindrical-coordinate representation of color #4685EA: hue angle of 216.95º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4685EA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 133 234 -
CMYK 0.70 0.43 0 0.08
HSL 216.95º 0.8% 0.6% -
HSV(B) 216.95º 0.7% 0.92% -
XYZ 25.76 24.02 81.12 -
YUV 125.68 189.13 88.29 -
System Red Green Blue C M Y K H S L
Decimal 70 133 234 0.70 0.43 0 0.08 216.95 0.8 0.6
Hex 46 85 EA 46 2B 0 8 D9 50 3C
Octal 106 205 352 106 53 0 10 331 120 74
Binary 1000110 10000101 11101010 1000110 101011 0 1000 11011001 1010000 111100

Color Harmonies of #4685EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4685EA

Black with #4685EA

Text Example


Text Example

White with #4685EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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