Html Css Color HEX #4764DB Royal Blue

📋 copy color: '#4764DB'

red 71 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #4764DB

Tints of Royal Blue #4764DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 18.21%
G = 25.64%
B = 56.15%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4764DB (or 0x4764DB) is known color: Royal Blue. HEX triplet: 47, 64 and DB. RGB value is (71,100,219). Sum of RGB (Red+Green+Blue) = 71+100+219=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #4764DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764DB is #B89B24. Grayscale: #686868. Windows color (decimal): -12098341 or 14378055. OLE color: 14378055.

HSL color Cylindrical-coordinate representation of color #4764DB: hue angle of 228.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4764DB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 100 219 -
CMYK 0.68 0.54 0 0.14
HSL 228.24º 0.67% 0.57% -
HSV(B) 228.24º 0.68% 0.86% -
XYZ 19.94 15.57 68.97 -
YUV 104.9 192.39 103.82 -
System Red Green Blue C M Y K H S L
Decimal 71 100 219 0.68 0.54 0 0.14 228.24 0.67 0.57
Hex 47 64 DB 44 36 0 E E4 43 39
Octal 107 144 333 104 66 0 16 344 103 71
Binary 1000111 1100100 11011011 1000100 110110 0 1110 11100100 1000011 111001

Color Harmonies of #4764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4764DB

Black with #4764DB

Text Example


Text Example

White with #4764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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