Html Css Color HEX #4F7CFF Royal Blue

📋 copy color: '#4F7CFF'

red 79 ◦ green 124 ◦ blue 255

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

Shades of Royal Blue #4F7CFF

Tints of Royal Blue #4F7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.07%

 BLUE value IS 255 (100% from 255) = 55.68%

R = 17.25%
G = 27.07%
B = 55.68%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F7CFF (or 0x4F7CFF) is known color: Royal Blue. HEX triplet: 4F, 7C and FF. RGB value is (79,124,255). Sum of RGB (Red+Green+Blue) = 79+124+255=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7CFF is #B08300. Grayscale: #7C7C7C. Windows color (decimal): -11567873 or 16743503. OLE color: 16743503.

HSL color Cylindrical-coordinate representation of color #4F7CFF: hue angle of 224.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F7CFF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 124 255 -
CMYK 0.69 0.51 0 0
HSL 224.66º 1% 0.65% -
HSV(B) 224.66º 0.69% 1% -
XYZ 28.48 23.3 97.6 -
YUV 125.48 201.09 94.85 -
System Red Green Blue C M Y K H S L
Decimal 79 124 255 0.69 0.51 0 0 224.66 1 0.65
Hex 4F 7C FF 45 33 0 0 E1 64 41
Octal 117 174 377 105 63 0 0 341 144 101
Binary 1001111 1111100 11111111 1000101 110011 0 0 11100001 1100100 1000001

Color Harmonies of #4F7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7CFF

Black with #4F7CFF

Text Example


Text Example

White with #4F7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,124,255); }

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

background-color css

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

 a { background-color: rgb(79,124,255); }

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

border-color css

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

 span { border-color: rgb(79,124,255); }

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