Html Css Color HEX #4A74EA Royal Blue

📋 copy color: '#4A74EA'

red 74 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #4A74EA

Tints of Royal Blue #4A74EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 17.45%
G = 27.36%
B = 55.19%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A74EA (or 0x4A74EA) is known color: Royal Blue. HEX triplet: 4A, 74 and EA. RGB value is (74,116,234). Sum of RGB (Red+Green+Blue) = 74+116+234=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A74EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A74EA is #B58B15. Grayscale: #747474. Windows color (decimal): -11897622 or 15365194. OLE color: 15365194.

HSL color Cylindrical-coordinate representation of color #4A74EA: hue angle of 224.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A74EA is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 116 234 -
CMYK 0.68 0.50 0 0.08
HSL 224.25º 0.79% 0.6% -
HSV(B) 224.25º 0.68% 0.92% -
XYZ 23.92 19.89 80.42 -
YUV 116.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 74 116 234 0.68 0.50 0 0.08 224.25 0.79 0.6
Hex 4A 74 EA 44 32 0 8 E0 4F 3C
Octal 112 164 352 104 62 0 10 340 117 74
Binary 1001010 1110100 11101010 1000100 110010 0 1000 11100000 1001111 111100

Color Harmonies of #4A74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A74EA

Black with #4A74EA

Text Example


Text Example

White with #4A74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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