Html Css Color HEX #4680FC Royal Blue

📋 copy color: '#4680FC'

red 70 ◦ green 128 ◦ blue 252

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

Shades of Royal Blue #4680FC

Tints of Royal Blue #4680FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 15.56%
G = 28.44%
B = 56%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4680FC (or 0x4680FC) is known color: Royal Blue. HEX triplet: 46, 80 and FC. RGB value is (70,128,252). Sum of RGB (Red+Green+Blue) = 70+128+252=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #4680FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FC is #B97F03. Grayscale: #7C7C7C. Windows color (decimal): -12156676 or 16547910. OLE color: 16547910.

HSL color Cylindrical-coordinate representation of color #4680FC: hue angle of 220.88º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4680FC is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 128 252 -
CMYK 0.72 0.49 0 0.01
HSL 220.88º 0.97% 0.63% -
HSV(B) 220.88º 0.72% 0.99% -
XYZ 27.82 23.77 95.22 -
YUV 124.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 70 128 252 0.72 0.49 0 0.01 220.88 0.97 0.63
Hex 46 80 FC 48 31 0 1 DD 61 3F
Octal 106 200 374 110 61 0 1 335 141 77
Binary 1000110 10000000 11111100 1001000 110001 0 1 11011101 1100001 111111

Color Harmonies of #4680FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680FC

Black with #4680FC

Text Example


Text Example

White with #4680FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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