Html Css Color HEX #4F74FA Royal Blue

📋 copy color: '#4F74FA'

red 79 ◦ green 116 ◦ blue 250

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

Shades of Royal Blue #4F74FA

Tints of Royal Blue #4F74FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 17.75%
G = 26.07%
B = 56.18%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F74FA (or 0x4F74FA) is known color: Royal Blue. HEX triplet: 4F, 74 and FA. RGB value is (79,116,250). Sum of RGB (Red+Green+Blue) = 79+116+250=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F74FA is #B08B05. Grayscale: #777777. Windows color (decimal): -11569926 or 16413775. OLE color: 16413775.

HSL color Cylindrical-coordinate representation of color #4F74FA: hue angle of 227.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F74FA is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 116 250 -
CMYK 0.68 0.54 0 0.02
HSL 227.02º 0.94% 0.65% -
HSV(B) 227.02º 0.68% 0.98% -
XYZ 26.73 21.06 93.1 -
YUV 120.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 79 116 250 0.68 0.54 0 0.02 227.02 0.94 0.65
Hex 4F 74 FA 44 36 0 2 E3 5E 41
Octal 117 164 372 104 66 0 2 343 136 101
Binary 1001111 1110100 11111010 1000100 110110 0 10 11100011 1011110 1000001

Color Harmonies of #4F74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74FA

Black with #4F74FA

Text Example


Text Example

White with #4F74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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