Html Css Color HEX #4A7AE3 Royal Blue

📋 copy color: '#4A7AE3'

red 74 ◦ green 122 ◦ blue 227

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

Shades of Royal Blue #4A7AE3

Tints of Royal Blue #4A7AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.66%

R = 17.49%
G = 28.84%
B = 53.66%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4A7AE3 (or 0x4A7AE3) is known color: Royal Blue. HEX triplet: 4A, 7A and E3. RGB value is (74,122,227). Sum of RGB (Red+Green+Blue) = 74+122+227=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #4A7AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7AE3 is #B5851C. Grayscale: #777777. Windows color (decimal): -11896093 or 14907978. OLE color: 14907978.

HSL color Cylindrical-coordinate representation of color #4A7AE3: hue angle of 221.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A7AE3 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 122 227 -
CMYK 0.67 0.46 0 0.11
HSL 221.18º 0.73% 0.59% -
HSV(B) 221.18º 0.67% 0.89% -
XYZ 23.65 20.92 75.46 -
YUV 119.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 74 122 227 0.67 0.46 0 0.11 221.18 0.73 0.59
Hex 4A 7A E3 43 2E 0 B DD 49 3B
Octal 112 172 343 103 56 0 13 335 111 73
Binary 1001010 1111010 11100011 1000011 101110 0 1011 11011101 1001001 111011

Color Harmonies of #4A7AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7AE3

Black with #4A7AE3

Text Example


Text Example

White with #4A7AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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