Html Css Color HEX #4C5ADC Royal Blue

📋 copy color: '#4C5ADC'

red 76 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #4C5ADC

Tints of Royal Blue #4C5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 19.69%
G = 23.32%
B = 56.99%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C5ADC (or 0x4C5ADC) is known color: Royal Blue. HEX triplet: 4C, 5A and DC. RGB value is (76,90,220). Sum of RGB (Red+Green+Blue) = 76+90+220=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C5ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ADC is #B3A523. Grayscale: #646464. Windows color (decimal): -11773220 or 14441036. OLE color: 14441036.

HSL color Cylindrical-coordinate representation of color #4C5ADC: hue angle of 234.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C5ADC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 90 220 -
CMYK 0.65 0.59 0 0.14
HSL 234.17º 0.67% 0.58% -
HSV(B) 234.17º 0.65% 0.86% -
XYZ 19.55 14.02 69.38 -
YUV 100.63 195.36 110.43 -
System Red Green Blue C M Y K H S L
Decimal 76 90 220 0.65 0.59 0 0.14 234.17 0.67 0.58
Hex 4C 5A DC 41 3B 0 E EA 43 3A
Octal 114 132 334 101 73 0 16 352 103 72
Binary 1001100 1011010 11011100 1000001 111011 0 1110 11101010 1000011 111010

Color Harmonies of #4C5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5ADC

Black with #4C5ADC

Text Example


Text Example

White with #4C5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,220); }

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

background-color css

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

 a { background-color: rgb(76,90,220); }

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

border-color css

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

 span { border-color: rgb(76,90,220); }

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