Html Css Color HEX #4767DC Royal Blue

📋 copy color: '#4767DC'

red 71 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #4767DC

Tints of Royal Blue #4767DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 18.02%
G = 26.14%
B = 55.84%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4767DC (or 0x4767DC) is known color: Royal Blue. HEX triplet: 47, 67 and DC. RGB value is (71,103,220). Sum of RGB (Red+Green+Blue) = 71+103+220=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #4767DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4767DC is #B89823. Grayscale: #6A6A6A. Windows color (decimal): -12097572 or 14444359. OLE color: 14444359.

HSL color Cylindrical-coordinate representation of color #4767DC: hue angle of 227.11º degrees, saturation: 0.68, 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 #4767DC is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 103 220 -
CMYK 0.68 0.53 0 0.14
HSL 227.11º 0.68% 0.57% -
HSV(B) 227.11º 0.68% 0.86% -
XYZ 20.37 16.21 69.77 -
YUV 106.77 191.9 102.49 -
System Red Green Blue C M Y K H S L
Decimal 71 103 220 0.68 0.53 0 0.14 227.11 0.68 0.57
Hex 47 67 DC 44 35 0 E E3 44 39
Octal 107 147 334 104 65 0 16 343 104 71
Binary 1000111 1100111 11011100 1000100 110101 0 1110 11100011 1000100 111001

Color Harmonies of #4767DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4767DC

Black with #4767DC

Text Example


Text Example

White with #4767DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4767DC; }

 p { color: rgb(71,103,220); }

 H1.HeaderClassName
 {
   color: #4767DC;
 }
 .AnyTagClassName
 {
   color: #4767DC;
 }
</style>

background-color css

<style>
 a { background-color: #4767DC; }

 a { background-color: rgb(71,103,220); }

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

border-color css

<style>
 span { border-color: #4767DC; }

 span { border-color: rgb(71,103,220); }

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