Html Css Color HEX #4F76EA Royal Blue

📋 copy color: '#4F76EA'

red 79 ◦ green 118 ◦ blue 234

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

Shades of Royal Blue #4F76EA

Tints of Royal Blue #4F76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 18.33%
G = 27.38%
B = 54.29%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F76EA (or 0x4F76EA) is known color: Royal Blue. HEX triplet: 4F, 76 and EA. RGB value is (79,118,234). Sum of RGB (Red+Green+Blue) = 79+118+234=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F76EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F76EA is #B08915. Grayscale: #777777. Windows color (decimal): -11569430 or 15365711. OLE color: 15365711.

HSL color Cylindrical-coordinate representation of color #4F76EA: hue angle of 224.9º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F76EA is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 118 234 -
CMYK 0.66 0.50 0 0.08
HSL 224.9º 0.79% 0.61% -
HSV(B) 224.9º 0.66% 0.92% -
XYZ 24.55 20.56 80.52 -
YUV 119.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 79 118 234 0.66 0.50 0 0.08 224.9 0.79 0.61
Hex 4F 76 EA 42 32 0 8 E1 4F 3D
Octal 117 166 352 102 62 0 10 341 117 75
Binary 1001111 1110110 11101010 1000010 110010 0 1000 11100001 1001111 111101

Color Harmonies of #4F76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F76EA

Black with #4F76EA

Text Example


Text Example

White with #4F76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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