Html Css Color HEX #4A73EB Royal Blue

📋 copy color: '#4A73EB'

red 74 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #4A73EB

Tints of Royal Blue #4A73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 17.45%
G = 27.12%
B = 55.42%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A73EB (or 0x4A73EB) is known color: Royal Blue. HEX triplet: 4A, 73 and EB. RGB value is (74,115,235). Sum of RGB (Red+Green+Blue) = 74+115+235=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A73EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A73EB is #B58C14. Grayscale: #737373. Windows color (decimal): -11897877 or 15430474. OLE color: 15430474.

HSL color Cylindrical-coordinate representation of color #4A73EB: hue angle of 224.72º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A73EB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 115 235 -
CMYK 0.69 0.51 0 0.08
HSL 224.72º 0.8% 0.61% -
HSV(B) 224.72º 0.69% 0.92% -
XYZ 23.95 19.72 81.14 -
YUV 116.42 194.92 97.74 -
System Red Green Blue C M Y K H S L
Decimal 74 115 235 0.69 0.51 0 0.08 224.72 0.8 0.61
Hex 4A 73 EB 45 33 0 8 E1 50 3D
Octal 112 163 353 105 63 0 10 341 120 75
Binary 1001010 1110011 11101011 1000101 110011 0 1000 11100001 1010000 111101

Color Harmonies of #4A73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A73EB

Black with #4A73EB

Text Example


Text Example

White with #4A73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,235); }

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

background-color css

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

 a { background-color: rgb(74,115,235); }

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

border-color css

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

 span { border-color: rgb(74,115,235); }

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