Html Css Color HEX #4A6FEB Royal Blue

📋 copy color: '#4A6FEB'

red 74 ◦ green 111 ◦ blue 235

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

Shades of Royal Blue #4A6FEB

Tints of Royal Blue #4A6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

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

R = 17.62%
G = 26.43%
B = 55.95%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A6FEB (or 0x4A6FEB) is known color: Royal Blue. HEX triplet: 4A, 6F and EB. RGB value is (74,111,235). Sum of RGB (Red+Green+Blue) = 74+111+235=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6FEB is #B59014. Grayscale: #717171. Windows color (decimal): -11898901 or 15429450. OLE color: 15429450.

HSL color Cylindrical-coordinate representation of color #4A6FEB: hue angle of 226.21º 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 #4A6FEB is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 111 235 -
CMYK 0.69 0.53 0 0.08
HSL 226.21º 0.8% 0.61% -
HSV(B) 226.21º 0.69% 0.92% -
XYZ 23.5 18.82 80.99 -
YUV 114.07 196.24 99.42 -
System Red Green Blue C M Y K H S L
Decimal 74 111 235 0.69 0.53 0 0.08 226.21 0.8 0.61
Hex 4A 6F EB 45 35 0 8 E2 50 3D
Octal 112 157 353 105 65 0 10 342 120 75
Binary 1001010 1101111 11101011 1000101 110101 0 1000 11100010 1010000 111101

Color Harmonies of #4A6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6FEB

Black with #4A6FEB

Text Example


Text Example

White with #4A6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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