Html Css Color HEX #4680FF Royal Blue

📋 copy color: '#4680FF'

red 70 ◦ green 128 ◦ blue 255

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

Shades of Royal Blue #4680FF

Tints of Royal Blue #4680FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 15.45%
G = 28.26%
B = 56.29%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4680FF (or 0x4680FF) is known color: Royal Blue. HEX triplet: 46, 80 and FF. RGB value is (70,128,255). Sum of RGB (Red+Green+Blue) = 70+128+255=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #4680FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FF is #B97F00. Grayscale: #7C7C7C. Windows color (decimal): -12156673 or 16744518. OLE color: 16744518.

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

Color convert

RGB 70 128 255 -
CMYK 0.73 0.50 0 0
HSL 221.19º 1% 0.64% -
HSV(B) 221.19º 0.73% 1% -
XYZ 28.29 23.96 97.74 -
YUV 125.14 201.28 88.67 -
System Red Green Blue C M Y K H S L
Decimal 70 128 255 0.73 0.50 0 0 221.19 1 0.64
Hex 46 80 FF 49 32 0 0 DD 64 40
Octal 106 200 377 111 62 0 0 335 144 100
Binary 1000110 10000000 11111111 1001001 110010 0 0 11011101 1100100 1000000

Color Harmonies of #4680FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680FF

Black with #4680FF

Text Example


Text Example

White with #4680FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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