Html Css Color HEX #4F7AFE Royal Blue

📋 copy color: '#4F7AFE'

red 79 ◦ green 122 ◦ blue 254

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

Shades of Royal Blue #4F7AFE

Tints of Royal Blue #4F7AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

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

R = 17.36%
G = 26.81%
B = 55.82%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F7AFE (or 0x4F7AFE) is known color: Royal Blue. HEX triplet: 4F, 7A and FE. RGB value is (79,122,254). Sum of RGB (Red+Green+Blue) = 79+122+254=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7AFE is #B08501. Grayscale: #7B7B7B. Windows color (decimal): -11568386 or 16677455. OLE color: 16677455.

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

Color convert

RGB 79 122 254 -
CMYK 0.69 0.52 0 0.00
HSL 225.26º 0.99% 0.65% -
HSV(B) 225.26º 0.69% 1% -
XYZ 28.07 22.74 96.68 -
YUV 124.19 201.25 95.77 -
System Red Green Blue C M Y K H S L
Decimal 79 122 254 0.69 0.52 0 0.00 225.26 0.99 0.65
Hex 4F 7A FE 45 34 0 0 E1 63 41
Octal 117 172 376 105 64 0 0 341 143 101
Binary 1001111 1111010 11111110 1000101 110100 0 0 11100001 1100011 1000001

Color Harmonies of #4F7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7AFE

Black with #4F7AFE

Text Example


Text Example

White with #4F7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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