Html Css Color HEX #4766DC Royal Blue

📋 copy color: '#4766DC'

red 71 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #4766DC

Tints of Royal Blue #4766DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

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

R = 18.07%
G = 25.95%
B = 55.98%

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

#4766DC (or 0x4766DC) is known color: Royal Blue. HEX triplet: 47, 66 and DC. RGB value is (71,102,220). Sum of RGB (Red+Green+Blue) = 71+102+220=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #4766DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766DC is #B89923. Grayscale: #696969. Windows color (decimal): -12097828 or 14444103. OLE color: 14444103.

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

Color convert

RGB 71 102 220 -
CMYK 0.68 0.54 0 0.14
HSL 227.52º 0.68% 0.57% -
HSV(B) 227.52º 0.68% 0.86% -
XYZ 20.27 16.01 69.73 -
YUV 106.18 192.23 102.91 -
System Red Green Blue C M Y K H S L
Decimal 71 102 220 0.68 0.54 0 0.14 227.52 0.68 0.57
Hex 47 66 DC 44 36 0 E E4 44 39
Octal 107 146 334 104 66 0 16 344 104 71
Binary 1000111 1100110 11011100 1000100 110110 0 1110 11100100 1000100 111001

Color Harmonies of #4766DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4766DC

Black with #4766DC

Text Example


Text Example

White with #4766DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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