Html Css Color HEX #4A74FE Royal Blue

📋 copy color: '#4A74FE'

red 74 ◦ green 116 ◦ blue 254

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

Shades of Royal Blue #4A74FE

Tints of Royal Blue #4A74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 16.67%
G = 26.13%
B = 57.21%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4A74FE (or 0x4A74FE) is known color: Royal Blue. HEX triplet: 4A, 74 and FE. RGB value is (74,116,254). Sum of RGB (Red+Green+Blue) = 74+116+254=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A74FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A74FE is #B58B01. Grayscale: #767676. Windows color (decimal): -11897602 or 16675914. OLE color: 16675914.

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

Color convert

RGB 74 116 254 -
CMYK 0.71 0.54 0 0.00
HSL 226º 0.99% 0.64% -
HSV(B) 226º 0.71% 1% -
XYZ 26.96 21.1 96.42 -
YUV 119.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 74 116 254 0.71 0.54 0 0.00 226 0.99 0.64
Hex 4A 74 FE 47 36 0 0 E2 63 40
Octal 112 164 376 107 66 0 0 342 143 100
Binary 1001010 1110100 11111110 1000111 110110 0 0 11100010 1100011 1000000

Color Harmonies of #4A74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A74FE

Black with #4A74FE

Text Example


Text Example

White with #4A74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,116,254); }

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

background-color css

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

 a { background-color: rgb(74,116,254); }

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

border-color css

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

 span { border-color: rgb(74,116,254); }

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