Html Css Color HEX #4680FE Royal Blue

📋 copy color: '#4680FE'

red 70 ◦ green 128 ◦ blue 254

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

Shades of Royal Blue #4680FE

Tints of Royal Blue #4680FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 15.49%
G = 28.32%
B = 56.19%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4680FE (or 0x4680FE) is known color: Royal Blue. HEX triplet: 46, 80 and FE. RGB value is (70,128,254). Sum of RGB (Red+Green+Blue) = 70+128+254=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #4680FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FE is #B97F01. Grayscale: #7C7C7C. Windows color (decimal): -12156674 or 16678982. OLE color: 16678982.

HSL color Cylindrical-coordinate representation of color #4680FE: hue angle of 221.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4680FE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 128 254 -
CMYK 0.72 0.50 0 0.00
HSL 221.09º 0.99% 0.64% -
HSV(B) 221.09º 0.72% 1% -
XYZ 28.13 23.9 96.9 -
YUV 125.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 70 128 254 0.72 0.50 0 0.00 221.09 0.99 0.64
Hex 46 80 FE 48 32 0 0 DD 63 40
Octal 106 200 376 110 62 0 0 335 143 100
Binary 1000110 10000000 11111110 1001000 110010 0 0 11011101 1100011 1000000

Color Harmonies of #4680FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680FE

Black with #4680FE

Text Example


Text Example

White with #4680FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4680FE; }

 p { color: rgb(70,128,254); }

 H1.HeaderClassName
 {
   color: #4680FE;
 }
 .AnyTagClassName
 {
   color: #4680FE;
 }
</style>

background-color css

<style>
 a { background-color: #4680FE; }

 a { background-color: rgb(70,128,254); }

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

border-color css

<style>
 span { border-color: #4680FE; }

 span { border-color: rgb(70,128,254); }

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