Html Css Color HEX #4A6DCD Royal Blue

📋 copy color: '#4A6DCD'

red 74 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #4A6DCD

Tints of Royal Blue #4A6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

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

R = 19.07%
G = 28.09%
B = 52.84%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A6DCD (or 0x4A6DCD) is known color: Royal Blue. HEX triplet: 4A, 6D and CD. RGB value is (74,109,205). Sum of RGB (Red+Green+Blue) = 74+109+205=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6DCD is #B59232. Grayscale: #6D6D6D. Windows color (decimal): -11899443 or 13462858. OLE color: 13462858.

HSL color Cylindrical-coordinate representation of color #4A6DCD: hue angle of 223.97º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6DCD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 109 205 -
CMYK 0.64 0.47 0 0.20
HSL 223.97º 0.57% 0.55% -
HSV(B) 223.97º 0.64% 0.8% -
XYZ 19.31 16.8 59.98 -
YUV 109.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 74 109 205 0.64 0.47 0 0.20 223.97 0.57 0.55
Hex 4A 6D CD 40 2F 0 14 E0 39 37
Octal 112 155 315 100 57 0 24 340 71 67
Binary 1001010 1101101 11001101 1000000 101111 0 10100 11100000 111001 110111

Color Harmonies of #4A6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6DCD

Black with #4A6DCD

Text Example


Text Example

White with #4A6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,205); }

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

background-color css

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

 a { background-color: rgb(74,109,205); }

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

border-color css

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

 span { border-color: rgb(74,109,205); }

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