Html Css Color HEX #4A6EEF Royal Blue

📋 copy color: '#4A6EEF'

red 74 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #4A6EEF

Tints of Royal Blue #4A6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 17.49%
G = 26%
B = 56.5%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A6EEF (or 0x4A6EEF) is known color: Royal Blue. HEX triplet: 4A, 6E and EF. RGB value is (74,110,239). Sum of RGB (Red+Green+Blue) = 74+110+239=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A6EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6EEF is #B59110. Grayscale: #717171. Windows color (decimal): -11899153 or 15691338. OLE color: 15691338.

HSL color Cylindrical-coordinate representation of color #4A6EEF: hue angle of 226.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A6EEF is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 110 239 -
CMYK 0.69 0.54 0 0.06
HSL 226.91º 0.84% 0.61% -
HSV(B) 226.91º 0.69% 0.94% -
XYZ 23.98 18.84 84.03 -
YUV 113.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 74 110 239 0.69 0.54 0 0.06 226.91 0.84 0.61
Hex 4A 6E EF 45 36 0 6 E3 54 3D
Octal 112 156 357 105 66 0 6 343 124 75
Binary 1001010 1101110 11101111 1000101 110110 0 110 11100011 1010100 111101

Color Harmonies of #4A6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6EEF

Black with #4A6EEF

Text Example


Text Example

White with #4A6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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