Html Css Color HEX #4A61DC Royal Blue

📋 copy color: '#4A61DC'

red 74 ◦ green 97 ◦ blue 220

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

Shades of Royal Blue #4A61DC

Tints of Royal Blue #4A61DC

RGB

 RED value IS 74 (29.3% from 255) = 18.93%

 GREEN value IS 97 (38.28% from 255) = 24.81%

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

R = 18.93%
G = 24.81%
B = 56.27%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A61DC (or 0x4A61DC) is known color: Royal Blue. HEX triplet: 4A, 61 and DC. RGB value is (74,97,220). Sum of RGB (Red+Green+Blue) = 74+97+220=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A61DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A61DC is #B59E23. Grayscale: #676767. Windows color (decimal): -11902500 or 14442826. OLE color: 14442826.

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

Color convert

RGB 74 97 220 -
CMYK 0.66 0.56 0 0.14
HSL 230.55º 0.68% 0.58% -
HSV(B) 230.55º 0.66% 0.86% -
XYZ 20.02 15.17 69.58 -
YUV 104.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 74 97 220 0.66 0.56 0 0.14 230.55 0.68 0.58
Hex 4A 61 DC 42 38 0 E E7 44 3A
Octal 112 141 334 102 70 0 16 347 104 72
Binary 1001010 1100001 11011100 1000010 111000 0 1110 11100111 1000100 111010

Color Harmonies of #4A61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A61DC

Black with #4A61DC

Text Example


Text Example

White with #4A61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,220); }

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

background-color css

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

 a { background-color: rgb(74,97,220); }

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

border-color css

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

 span { border-color: rgb(74,97,220); }

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