Html Css Color HEX #4A7ADD Royal Blue

📋 copy color: '#4A7ADD'

red 74 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #4A7ADD

Tints of Royal Blue #4A7ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 17.75%
G = 29.26%
B = 53%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A7ADD (or 0x4A7ADD) is known color: Royal Blue. HEX triplet: 4A, 7A and DD. RGB value is (74,122,221). Sum of RGB (Red+Green+Blue) = 74+122+221=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A7ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ADD is #B58522. Grayscale: #767676. Windows color (decimal): -11896099 or 14514762. OLE color: 14514762.

HSL color Cylindrical-coordinate representation of color #4A7ADD: hue angle of 220.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A7ADD is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 122 221 -
CMYK 0.67 0.45 0 0.13
HSL 220.41º 0.68% 0.58% -
HSV(B) 220.41º 0.67% 0.87% -
XYZ 22.83 20.6 71.18 -
YUV 118.93 185.6 95.95 -
System Red Green Blue C M Y K H S L
Decimal 74 122 221 0.67 0.45 0 0.13 220.41 0.68 0.58
Hex 4A 7A DD 43 2D 0 D DC 44 3A
Octal 112 172 335 103 55 0 15 334 104 72
Binary 1001010 1111010 11011101 1000011 101101 0 1101 11011100 1000100 111010

Color Harmonies of #4A7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7ADD

Black with #4A7ADD

Text Example


Text Example

White with #4A7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,122,221); }

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

background-color css

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

 a { background-color: rgb(74,122,221); }

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

border-color css

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

 span { border-color: rgb(74,122,221); }

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