Html Css Color HEX #4C7AD5 Royal Blue

📋 copy color: '#4C7AD5'

red 76 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #4C7AD5

Tints of Royal Blue #4C7AD5

RGB

 RED value IS 76 (30.08% from 255) = 18.49%

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 18.49%
G = 29.68%
B = 51.82%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C7AD5 (or 0x4C7AD5) is known color: Royal Blue. HEX triplet: 4C, 7A and D5. RGB value is (76,122,213). Sum of RGB (Red+Green+Blue) = 76+122+213=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #4C7AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7AD5 is #B3852A. Grayscale: #767676. Windows color (decimal): -11765035 or 13990476. OLE color: 13990476.

HSL color Cylindrical-coordinate representation of color #4C7AD5: hue angle of 219.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C7AD5 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 122 213 -
CMYK 0.64 0.43 0 0.16
HSL 219.85º 0.62% 0.57% -
HSV(B) 219.85º 0.64% 0.84% -
XYZ 21.95 20.26 65.7 -
YUV 118.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 76 122 213 0.64 0.43 0 0.16 219.85 0.62 0.57
Hex 4C 7A D5 40 2B 0 10 DC 3E 39
Octal 114 172 325 100 53 0 20 334 76 71
Binary 1001100 1111010 11010101 1000000 101011 0 10000 11011100 111110 111001

Color Harmonies of #4C7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7AD5

Black with #4C7AD5

Text Example


Text Example

White with #4C7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7AD5; }

 p { color: rgb(76,122,213); }

 H1.HeaderClassName
 {
   color: #4C7AD5;
 }
 .AnyTagClassName
 {
   color: #4C7AD5;
 }
</style>

background-color css

<style>
 a { background-color: #4C7AD5; }

 a { background-color: rgb(76,122,213); }

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

border-color css

<style>
 span { border-color: #4C7AD5; }

 span { border-color: rgb(76,122,213); }

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