Html Css Color HEX #4A7EFF Royal Blue

📋 copy color: '#4A7EFF'

red 74 ◦ green 126 ◦ blue 255

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

Shades of Royal Blue #4A7EFF

Tints of Royal Blue #4A7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 16.26%
G = 27.69%
B = 56.04%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A7EFF (or 0x4A7EFF) is known color: Royal Blue. HEX triplet: 4A, 7E and FF. RGB value is (74,126,255). Sum of RGB (Red+Green+Blue) = 74+126+255=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7EFF is #B58100. Grayscale: #7C7C7C. Windows color (decimal): -11895041 or 16744010. OLE color: 16744010.

HSL color Cylindrical-coordinate representation of color #4A7EFF: hue angle of 222.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A7EFF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 74 126 255 -
CMYK 0.71 0.51 0 0
HSL 222.76º 1% 0.65% -
HSV(B) 222.76º 0.71% 1% -
XYZ 28.33 23.6 97.67 -
YUV 125.16 201.27 91.51 -
System Red Green Blue C M Y K H S L
Decimal 74 126 255 0.71 0.51 0 0 222.76 1 0.65
Hex 4A 7E FF 47 33 0 0 DF 64 41
Octal 112 176 377 107 63 0 0 337 144 101
Binary 1001010 1111110 11111111 1000111 110011 0 0 11011111 1100100 1000001

Color Harmonies of #4A7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7EFF

Black with #4A7EFF

Text Example


Text Example

White with #4A7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,126,255); }

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

background-color css

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

 a { background-color: rgb(74,126,255); }

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

border-color css

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

 span { border-color: rgb(74,126,255); }

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