Html Css Color HEX #4773CD Royal Blue

📋 copy color: '#4773CD'

red 71 ◦ green 115 ◦ blue 205

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

Shades of Royal Blue #4773CD

Tints of Royal Blue #4773CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 18.16%
G = 29.41%
B = 52.43%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4773CD (or 0x4773CD) is known color: Royal Blue. HEX triplet: 47, 73 and CD. RGB value is (71,115,205). Sum of RGB (Red+Green+Blue) = 71+115+205=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #4773CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4773CD is #B88C32. Grayscale: #6F6F6F. Windows color (decimal): -12094515 or 13464391. OLE color: 13464391.

HSL color Cylindrical-coordinate representation of color #4773CD: hue angle of 220.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4773CD is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 115 205 -
CMYK 0.65 0.44 0 0.20
HSL 220.3º 0.57% 0.54% -
HSV(B) 220.3º 0.65% 0.8% -
XYZ 19.75 18.01 60.19 -
YUV 112.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 71 115 205 0.65 0.44 0 0.20 220.3 0.57 0.54
Hex 47 73 CD 41 2C 0 14 DC 39 36
Octal 107 163 315 101 54 0 24 334 71 66
Binary 1000111 1110011 11001101 1000001 101100 0 10100 11011100 111001 110110

Color Harmonies of #4773CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4773CD

Black with #4773CD

Text Example


Text Example

White with #4773CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4773CD; }

 p { color: rgb(71,115,205); }

 H1.HeaderClassName
 {
   color: #4773CD;
 }
 .AnyTagClassName
 {
   color: #4773CD;
 }
</style>

background-color css

<style>
 a { background-color: #4773CD; }

 a { background-color: rgb(71,115,205); }

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

border-color css

<style>
 span { border-color: #4773CD; }

 span { border-color: rgb(71,115,205); }

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