Html Css Color HEX #4F76FE Royal Blue

📋 copy color: '#4F76FE'

red 79 ◦ green 118 ◦ blue 254

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

Shades of Royal Blue #4F76FE

Tints of Royal Blue #4F76FE

RGB

 RED value IS 79 (31.25% from 255) = 17.52%

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 17.52%
G = 26.16%
B = 56.32%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F76FE (or 0x4F76FE) is known color: Royal Blue. HEX triplet: 4F, 76 and FE. RGB value is (79,118,254). Sum of RGB (Red+Green+Blue) = 79+118+254=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F76FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F76FE is #B08901. Grayscale: #797979. Windows color (decimal): -11569410 or 16676431. OLE color: 16676431.

HSL color Cylindrical-coordinate representation of color #4F76FE: hue angle of 226.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F76FE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 118 254 -
CMYK 0.69 0.54 0 0.00
HSL 226.63º 0.99% 0.65% -
HSV(B) 226.63º 0.69% 1% -
XYZ 27.59 21.77 96.51 -
YUV 121.84 202.58 97.44 -
System Red Green Blue C M Y K H S L
Decimal 79 118 254 0.69 0.54 0 0.00 226.63 0.99 0.65
Hex 4F 76 FE 45 36 0 0 E3 63 41
Octal 117 166 376 105 66 0 0 343 143 101
Binary 1001111 1110110 11111110 1000101 110110 0 0 11100011 1100011 1000001

Color Harmonies of #4F76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F76FE

Black with #4F76FE

Text Example


Text Example

White with #4F76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F76FE; }

 p { color: rgb(79,118,254); }

 H1.HeaderClassName
 {
   color: #4F76FE;
 }
 .AnyTagClassName
 {
   color: #4F76FE;
 }
</style>

background-color css

<style>
 a { background-color: #4F76FE; }

 a { background-color: rgb(79,118,254); }

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

border-color css

<style>
 span { border-color: #4F76FE; }

 span { border-color: rgb(79,118,254); }

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