Html Css Color HEX #4A7ADB Royal Blue

📋 copy color: '#4A7ADB'

red 74 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #4A7ADB

Tints of Royal Blue #4A7ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 17.83%
G = 29.4%
B = 52.77%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A7ADB (or 0x4A7ADB) is known color: Royal Blue. HEX triplet: 4A, 7A and DB. RGB value is (74,122,219). Sum of RGB (Red+Green+Blue) = 74+122+219=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A7ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ADB is #B58524. Grayscale: #767676. Windows color (decimal): -11896101 or 14383690. OLE color: 14383690.

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

Color convert

RGB 74 122 219 -
CMYK 0.66 0.44 0 0.14
HSL 220.14º 0.67% 0.57% -
HSV(B) 220.14º 0.66% 0.86% -
XYZ 22.57 20.49 69.78 -
YUV 118.71 184.6 96.11 -
System Red Green Blue C M Y K H S L
Decimal 74 122 219 0.66 0.44 0 0.14 220.14 0.67 0.57
Hex 4A 7A DB 42 2C 0 E DC 43 39
Octal 112 172 333 102 54 0 16 334 103 71
Binary 1001010 1111010 11011011 1000010 101100 0 1110 11011100 1000011 111001

Color Harmonies of #4A7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7ADB

Black with #4A7ADB

Text Example


Text Example

White with #4A7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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