Html Css Color HEX #4772FF Royal Blue

📋 copy color: '#4772FF'

red 71 ◦ green 114 ◦ blue 255

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

Shades of Royal Blue #4772FF

Tints of Royal Blue #4772FF

RGB

 RED value IS 71 (28.13% from 255) = 16.14%

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

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

R = 16.14%
G = 25.91%
B = 57.95%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4772FF (or 0x4772FF) is known color: Royal Blue. HEX triplet: 47, 72 and FF. RGB value is (71,114,255). Sum of RGB (Red+Green+Blue) = 71+114+255=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #4772FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4772FF is #B88D00. Grayscale: #747474. Windows color (decimal): -12094721 or 16740935. OLE color: 16740935.

HSL color Cylindrical-coordinate representation of color #4772FF: hue angle of 225.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4772FF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 114 255 -
CMYK 0.72 0.55 0 0
HSL 225.98º 1% 0.64% -
HSV(B) 225.98º 0.72% 1% -
XYZ 26.67 20.59 97.18 -
YUV 117.22 205.75 95.04 -
System Red Green Blue C M Y K H S L
Decimal 71 114 255 0.72 0.55 0 0 225.98 1 0.64
Hex 47 72 FF 48 37 0 0 E2 64 40
Octal 107 162 377 110 67 0 0 342 144 100
Binary 1000111 1110010 11111111 1001000 110111 0 0 11100010 1100100 1000000

Color Harmonies of #4772FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772FF

Black with #4772FF

Text Example


Text Example

White with #4772FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4772FF; }

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

 H1.HeaderClassName
 {
   color: #4772FF;
 }
 .AnyTagClassName
 {
   color: #4772FF;
 }
</style>

background-color css

<style>
 a { background-color: #4772FF; }

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

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

border-color css

<style>
 span { border-color: #4772FF; }

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

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