Html Css Color HEX #4F74FE Royal Blue

📋 copy color: '#4F74FE'

red 79 ◦ green 116 ◦ blue 254

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

Shades of Royal Blue #4F74FE

Tints of Royal Blue #4F74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

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

R = 17.59%
G = 25.84%
B = 56.57%

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

#4F74FE (or 0x4F74FE) is known color: Royal Blue. HEX triplet: 4F, 74 and FE. RGB value is (79,116,254). Sum of RGB (Red+Green+Blue) = 79+116+254=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F74FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F74FE is #B08B01. Grayscale: #787878. Windows color (decimal): -11569922 or 16675919. OLE color: 16675919.

HSL color Cylindrical-coordinate representation of color #4F74FE: hue angle of 227.31º 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 #4F74FE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 116 254 -
CMYK 0.69 0.54 0 0.00
HSL 227.31º 0.99% 0.65% -
HSV(B) 227.31º 0.69% 1% -
XYZ 27.36 21.31 96.44 -
YUV 120.67 203.24 98.28 -
System Red Green Blue C M Y K H S L
Decimal 79 116 254 0.69 0.54 0 0.00 227.31 0.99 0.65
Hex 4F 74 FE 45 36 0 0 E3 63 41
Octal 117 164 376 105 66 0 0 343 143 101
Binary 1001111 1110100 11111110 1000101 110110 0 0 11100011 1100011 1000001

Color Harmonies of #4F74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74FE

Black with #4F74FE

Text Example


Text Example

White with #4F74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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