Html Css Color HEX #4A6FDC Royal Blue

📋 copy color: '#4A6FDC'

red 74 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #4A6FDC

Tints of Royal Blue #4A6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 18.27%
G = 27.41%
B = 54.32%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A6FDC (or 0x4A6FDC) is known color: Royal Blue. HEX triplet: 4A, 6F and DC. RGB value is (74,111,220). Sum of RGB (Red+Green+Blue) = 74+111+220=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FDC is #B59023. Grayscale: #6F6F6F. Windows color (decimal): -11898916 or 14446410. OLE color: 14446410.

HSL color Cylindrical-coordinate representation of color #4A6FDC: hue angle of 224.79º 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 #4A6FDC is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 111 220 -
CMYK 0.66 0.50 0 0.14
HSL 224.79º 0.68% 0.58% -
HSV(B) 224.79º 0.66% 0.86% -
XYZ 21.43 17.99 70.05 -
YUV 112.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 74 111 220 0.66 0.50 0 0.14 224.79 0.68 0.58
Hex 4A 6F DC 42 32 0 E E1 44 3A
Octal 112 157 334 102 62 0 16 341 104 72
Binary 1001010 1101111 11011100 1000010 110010 0 1110 11100001 1000100 111010

Color Harmonies of #4A6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6FDC

Black with #4A6FDC

Text Example


Text Example

White with #4A6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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