Html Css Color HEX #4764DF Royal Blue

📋 copy color: '#4764DF'

red 71 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #4764DF

Tints of Royal Blue #4764DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 18.02%
G = 25.38%
B = 56.6%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4764DF (or 0x4764DF) is known color: Royal Blue. HEX triplet: 47, 64 and DF. RGB value is (71,100,223). Sum of RGB (Red+Green+Blue) = 71+100+223=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #4764DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764DF is #B89B20. Grayscale: #686868. Windows color (decimal): -12098337 or 14640199. OLE color: 14640199.

HSL color Cylindrical-coordinate representation of color #4764DF: hue angle of 228.55º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4764DF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 100 223 -
CMYK 0.68 0.55 0 0.13
HSL 228.55º 0.7% 0.58% -
HSV(B) 228.55º 0.68% 0.87% -
XYZ 20.47 15.78 71.78 -
YUV 105.35 194.39 103.5 -
System Red Green Blue C M Y K H S L
Decimal 71 100 223 0.68 0.55 0 0.13 228.55 0.7 0.58
Hex 47 64 DF 44 37 0 D E5 46 3A
Octal 107 144 337 104 67 0 15 345 106 72
Binary 1000111 1100100 11011111 1000100 110111 0 1101 11100101 1000110 111010

Color Harmonies of #4764DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4764DF

Black with #4764DF

Text Example


Text Example

White with #4764DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4764DF; }

 p { color: rgb(71,100,223); }

 H1.HeaderClassName
 {
   color: #4764DF;
 }
 .AnyTagClassName
 {
   color: #4764DF;
 }
</style>

background-color css

<style>
 a { background-color: #4764DF; }

 a { background-color: rgb(71,100,223); }

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

border-color css

<style>
 span { border-color: #4764DF; }

 span { border-color: rgb(71,100,223); }

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