Html Css Color HEX #4764D2 Royal Blue

📋 copy color: '#4764D2'

red 71 ◦ green 100 ◦ blue 210

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

Shades of Royal Blue #4764D2

Tints of Royal Blue #4764D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 55.12%

R = 18.64%
G = 26.25%
B = 55.12%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4764D2 (or 0x4764D2) is known color: Royal Blue. HEX triplet: 47, 64 and D2. RGB value is (71,100,210). Sum of RGB (Red+Green+Blue) = 71+100+210=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #4764D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764D2 is #B89B2D. Grayscale: #676767. Windows color (decimal): -12098350 or 13788231. OLE color: 13788231.

HSL color Cylindrical-coordinate representation of color #4764D2: hue angle of 227.48º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4764D2 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 100 210 -
CMYK 0.66 0.52 0 0.18
HSL 227.48º 0.61% 0.55% -
HSV(B) 227.48º 0.66% 0.82% -
XYZ 18.79 15.11 62.9 -
YUV 103.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 71 100 210 0.66 0.52 0 0.18 227.48 0.61 0.55
Hex 47 64 D2 42 34 0 12 E3 3D 37
Octal 107 144 322 102 64 0 22 343 75 67
Binary 1000111 1100100 11010010 1000010 110100 0 10010 11100011 111101 110111

Color Harmonies of #4764D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4764D2

Black with #4764D2

Text Example


Text Example

White with #4764D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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