Html Css Color HEX #4763DB Royal Blue

📋 copy color: '#4763DB'

red 71 ◦ green 99 ◦ blue 219

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

Shades of Royal Blue #4763DB

Tints of Royal Blue #4763DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

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

R = 18.25%
G = 25.45%
B = 56.3%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4763DB (or 0x4763DB) is known color: Royal Blue. HEX triplet: 47, 63 and DB. RGB value is (71,99,219). Sum of RGB (Red+Green+Blue) = 71+99+219=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #4763DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4763DB is #B89C24. Grayscale: #676767. Windows color (decimal): -12098597 or 14377799. OLE color: 14377799.

HSL color Cylindrical-coordinate representation of color #4763DB: hue angle of 228.65º 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 #4763DB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 99 219 -
CMYK 0.68 0.55 0 0.14
HSL 228.65º 0.67% 0.57% -
HSV(B) 228.65º 0.68% 0.86% -
XYZ 19.85 15.38 68.94 -
YUV 104.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 71 99 219 0.68 0.55 0 0.14 228.65 0.67 0.57
Hex 47 63 DB 44 37 0 E E5 43 39
Octal 107 143 333 104 67 0 16 345 103 71
Binary 1000111 1100011 11011011 1000100 110111 0 1110 11100101 1000011 111001

Color Harmonies of #4763DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4763DB

Black with #4763DB

Text Example


Text Example

White with #4763DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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