Html Css Color HEX #4A6ECE Royal Blue

📋 copy color: '#4A6ECE'

red 74 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #4A6ECE

Tints of Royal Blue #4A6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 18.97%
G = 28.21%
B = 52.82%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A6ECE (or 0x4A6ECE) is known color: Royal Blue. HEX triplet: 4A, 6E and CE. RGB value is (74,110,206). Sum of RGB (Red+Green+Blue) = 74+110+206=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ECE is #B59131. Grayscale: #6D6D6D. Windows color (decimal): -11899186 or 13528650. OLE color: 13528650.

HSL color Cylindrical-coordinate representation of color #4A6ECE: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6ECE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 110 206 -
CMYK 0.64 0.47 0 0.19
HSL 223.64º 0.57% 0.55% -
HSV(B) 223.64º 0.64% 0.81% -
XYZ 19.54 17.06 60.66 -
YUV 110.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 74 110 206 0.64 0.47 0 0.19 223.64 0.57 0.55
Hex 4A 6E CE 40 2F 0 13 E0 39 37
Octal 112 156 316 100 57 0 23 340 71 67
Binary 1001010 1101110 11001110 1000000 101111 0 10011 11100000 111001 110111

Color Harmonies of #4A6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6ECE

Black with #4A6ECE

Text Example


Text Example

White with #4A6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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