Html Css Color HEX #4A63EA Royal Blue

📋 copy color: '#4A63EA'

red 74 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #4A63EA

Tints of Royal Blue #4A63EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 18.18%
G = 24.32%
B = 57.49%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A63EA (or 0x4A63EA) is known color: Royal Blue. HEX triplet: 4A, 63 and EA. RGB value is (74,99,234). Sum of RGB (Red+Green+Blue) = 74+99+234=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A63EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A63EA is #B59C15. Grayscale: #6A6A6A. Windows color (decimal): -11901974 or 15360842. OLE color: 15360842.

HSL color Cylindrical-coordinate representation of color #4A63EA: hue angle of 230.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A63EA is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 99 234 -
CMYK 0.68 0.58 0 0.08
HSL 230.63º 0.79% 0.6% -
HSV(B) 230.63º 0.68% 0.92% -
XYZ 22.14 16.32 79.83 -
YUV 106.92 199.72 104.52 -
System Red Green Blue C M Y K H S L
Decimal 74 99 234 0.68 0.58 0 0.08 230.63 0.79 0.6
Hex 4A 63 EA 44 3A 0 8 E7 4F 3C
Octal 112 143 352 104 72 0 10 347 117 74
Binary 1001010 1100011 11101010 1000100 111010 0 1000 11100111 1001111 111100

Color Harmonies of #4A63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A63EA

Black with #4A63EA

Text Example


Text Example

White with #4A63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,99,234); }

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

background-color css

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

 a { background-color: rgb(74,99,234); }

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

border-color css

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

 span { border-color: rgb(74,99,234); }

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