Html Css Color HEX #4A7AF7 Royal Blue

📋 copy color: '#4A7AF7'

red 74 ◦ green 122 ◦ blue 247

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

Shades of Royal Blue #4A7AF7

Tints of Royal Blue #4A7AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.76%

R = 16.7%
G = 27.54%
B = 55.76%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4A7AF7 (or 0x4A7AF7) is known color: Royal Blue. HEX triplet: 4A, 7A and F7. RGB value is (74,122,247). Sum of RGB (Red+Green+Blue) = 74+122+247=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #4A7AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7AF7 is #B58508. Grayscale: #797979. Windows color (decimal): -11896073 or 16218698. OLE color: 16218698.

HSL color Cylindrical-coordinate representation of color #4A7AF7: hue angle of 223.35º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A7AF7 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 122 247 -
CMYK 0.70 0.51 0 0.03
HSL 223.35º 0.92% 0.63% -
HSV(B) 223.35º 0.7% 0.97% -
XYZ 26.57 22.09 90.86 -
YUV 121.9 198.6 93.84 -
System Red Green Blue C M Y K H S L
Decimal 74 122 247 0.70 0.51 0 0.03 223.35 0.92 0.63
Hex 4A 7A F7 46 33 0 3 DF 5C 3F
Octal 112 172 367 106 63 0 3 337 134 77
Binary 1001010 1111010 11110111 1000110 110011 0 11 11011111 1011100 111111

Color Harmonies of #4A7AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7AF7

Black with #4A7AF7

Text Example


Text Example

White with #4A7AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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