Html Css Color HEX #4A6EFB Royal Blue

📋 copy color: '#4A6EFB'

red 74 ◦ green 110 ◦ blue 251

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

Shades of Royal Blue #4A6EFB

Tints of Royal Blue #4A6EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 17.01%
G = 25.29%
B = 57.7%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A6EFB (or 0x4A6EFB) is known color: Royal Blue. HEX triplet: 4A, 6E and FB. RGB value is (74,110,251). Sum of RGB (Red+Green+Blue) = 74+110+251=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A6EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6EFB is #B59104. Grayscale: #727272. Windows color (decimal): -11899141 or 16477770. OLE color: 16477770.

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

Color convert

RGB 74 110 251 -
CMYK 0.71 0.56 0 0.02
HSL 227.8º 0.96% 0.64% -
HSV(B) 227.8º 0.71% 0.98% -
XYZ 25.81 19.57 93.68 -
YUV 115.31 204.57 98.54 -
System Red Green Blue C M Y K H S L
Decimal 74 110 251 0.71 0.56 0 0.02 227.8 0.96 0.64
Hex 4A 6E FB 47 38 0 2 E4 60 40
Octal 112 156 373 107 70 0 2 344 140 100
Binary 1001010 1101110 11111011 1000111 111000 0 10 11100100 1100000 1000000

Color Harmonies of #4A6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6EFB

Black with #4A6EFB

Text Example


Text Example

White with #4A6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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