Html Css Color HEX #4F72FF Royal Blue

📋 copy color: '#4F72FF'

red 79 ◦ green 114 ◦ blue 255

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

Shades of Royal Blue #4F72FF

Tints of Royal Blue #4F72FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 17.63%
G = 25.45%
B = 56.92%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F72FF (or 0x4F72FF) is known color: Royal Blue. HEX triplet: 4F, 72 and FF. RGB value is (79,114,255). Sum of RGB (Red+Green+Blue) = 79+114+255=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F72FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F72FF is #B08D00. Grayscale: #777777. Windows color (decimal): -11570433 or 16740943. OLE color: 16740943.

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

Color convert

RGB 79 114 255 -
CMYK 0.69 0.55 0 0
HSL 228.07º 1% 0.65% -
HSV(B) 228.07º 0.69% 1% -
XYZ 27.29 20.92 97.21 -
YUV 119.61 204.4 99.04 -
System Red Green Blue C M Y K H S L
Decimal 79 114 255 0.69 0.55 0 0 228.07 1 0.65
Hex 4F 72 FF 45 37 0 0 E4 64 41
Octal 117 162 377 105 67 0 0 344 144 101
Binary 1001111 1110010 11111111 1000101 110111 0 0 11100100 1100100 1000001

Color Harmonies of #4F72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F72FF

Black with #4F72FF

Text Example


Text Example

White with #4F72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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