Html Css Color HEX #4761DB Royal Blue

📋 copy color: '#4761DB'

red 71 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #4761DB

Tints of Royal Blue #4761DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

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

R = 18.35%
G = 25.06%
B = 56.59%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4761DB (or 0x4761DB) is known color: Royal Blue. HEX triplet: 47, 61 and DB. RGB value is (71,97,219). Sum of RGB (Red+Green+Blue) = 71+97+219=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #4761DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761DB is #B89E24. Grayscale: #666666. Windows color (decimal): -12099109 or 14377287. OLE color: 14377287.

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

Color convert

RGB 71 97 219 -
CMYK 0.68 0.56 0 0.14
HSL 229.46º 0.67% 0.57% -
HSV(B) 229.46º 0.68% 0.86% -
XYZ 19.66 15 68.88 -
YUV 103.13 193.39 105.08 -
System Red Green Blue C M Y K H S L
Decimal 71 97 219 0.68 0.56 0 0.14 229.46 0.67 0.57
Hex 47 61 DB 44 38 0 E E5 43 39
Octal 107 141 333 104 70 0 16 345 103 71
Binary 1000111 1100001 11011011 1000100 111000 0 1110 11100101 1000011 111001

Color Harmonies of #4761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4761DB

Black with #4761DB

Text Example


Text Example

White with #4761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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