Html Css Color HEX #4A7DF4 Royal Blue

📋 copy color: '#4A7DF4'

red 74 ◦ green 125 ◦ blue 244

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

Shades of Royal Blue #4A7DF4

Tints of Royal Blue #4A7DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

 BLUE value IS 244 (95.7% from 255) = 55.08%

R = 16.7%
G = 28.22%
B = 55.08%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4A7DF4 (or 0x4A7DF4) is known color: Royal Blue. HEX triplet: 4A, 7D and F4. RGB value is (74,125,244). Sum of RGB (Red+Green+Blue) = 74+125+244=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #4A7DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7DF4 is #B5820B. Grayscale: #7A7A7A. Windows color (decimal): -11895308 or 16022858. OLE color: 16022858.

HSL color Cylindrical-coordinate representation of color #4A7DF4: hue angle of 222º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A7DF4 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 125 244 -
CMYK 0.70 0.49 0 0.04
HSL 222º 0.89% 0.62% -
HSV(B) 222º 0.7% 0.96% -
XYZ 26.49 22.65 88.56 -
YUV 123.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 74 125 244 0.70 0.49 0 0.04 222 0.89 0.62
Hex 4A 7D F4 46 31 0 4 DE 59 3E
Octal 112 175 364 106 61 0 4 336 131 76
Binary 1001010 1111101 11110100 1000110 110001 0 100 11011110 1011001 111110

Color Harmonies of #4A7DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7DF4

Black with #4A7DF4

Text Example


Text Example

White with #4A7DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,244); }

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

background-color css

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

 a { background-color: rgb(74,125,244); }

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

border-color css

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

 span { border-color: rgb(74,125,244); }

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