Html Css Color HEX #4A6EFA Royal Blue

📋 copy color: '#4A6EFA'

red 74 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #4A6EFA

Tints of Royal Blue #4A6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 17.05%
G = 25.35%
B = 57.6%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A6EFA (or 0x4A6EFA) is known color: Royal Blue. HEX triplet: 4A, 6E and FA. RGB value is (74,110,250). Sum of RGB (Red+Green+Blue) = 74+110+250=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6EFA is #B59105. Grayscale: #727272. Windows color (decimal): -11899142 or 16412234. OLE color: 16412234.

HSL color Cylindrical-coordinate representation of color #4A6EFA: hue angle of 227.73º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A6EFA is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 110 250 -
CMYK 0.70 0.56 0 0.02
HSL 227.73º 0.95% 0.64% -
HSV(B) 227.73º 0.7% 0.98% -
XYZ 25.66 19.51 92.86 -
YUV 115.2 204.07 98.62 -
System Red Green Blue C M Y K H S L
Decimal 74 110 250 0.70 0.56 0 0.02 227.73 0.95 0.64
Hex 4A 6E FA 46 38 0 2 E4 5F 40
Octal 112 156 372 106 70 0 2 344 137 100
Binary 1001010 1101110 11111010 1000110 111000 0 10 11100100 1011111 1000000

Color Harmonies of #4A6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6EFA

Black with #4A6EFA

Text Example


Text Example

White with #4A6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,110,250); }

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

background-color css

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

 a { background-color: rgb(74,110,250); }

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

border-color css

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

 span { border-color: rgb(74,110,250); }

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