Html Css Color HEX #4F76FA Royal Blue

📋 copy color: '#4F76FA'

red 79 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #4F76FA

Tints of Royal Blue #4F76FA

RGB

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

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

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

R = 17.67%
G = 26.4%
B = 55.93%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F76FA (or 0x4F76FA) is known color: Royal Blue. HEX triplet: 4F, 76 and FA. RGB value is (79,118,250). Sum of RGB (Red+Green+Blue) = 79+118+250=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F76FA is #B08905. Grayscale: #787878. Windows color (decimal): -11569414 or 16414287. OLE color: 16414287.

HSL color Cylindrical-coordinate representation of color #4F76FA: hue angle of 226.32º 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 #4F76FA is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 118 250 -
CMYK 0.68 0.53 0 0.02
HSL 226.32º 0.94% 0.65% -
HSV(B) 226.32º 0.68% 0.98% -
XYZ 26.96 21.52 93.18 -
YUV 121.39 200.58 97.77 -
System Red Green Blue C M Y K H S L
Decimal 79 118 250 0.68 0.53 0 0.02 226.32 0.94 0.65
Hex 4F 76 FA 44 35 0 2 E2 5E 41
Octal 117 166 372 104 65 0 2 342 136 101
Binary 1001111 1110110 11111010 1000100 110101 0 10 11100010 1011110 1000001

Color Harmonies of #4F76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F76FA

Black with #4F76FA

Text Example


Text Example

White with #4F76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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