Html Css Color HEX #4967EA Royal Blue

📋 copy color: '#4967EA'

red 73 ◦ green 103 ◦ blue 234

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

Shades of Royal Blue #4967EA

Tints of Royal Blue #4967EA

RGB

 RED value IS 73 (28.91% from 255) = 17.8%

 GREEN value IS 103 (40.63% from 255) = 25.12%

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

R = 17.8%
G = 25.12%
B = 57.07%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4967EA (or 0x4967EA) is known color: Royal Blue. HEX triplet: 49, 67 and EA. RGB value is (73,103,234). Sum of RGB (Red+Green+Blue) = 73+103+234=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #4967EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4967EA is #B69815. Grayscale: #6C6C6C. Windows color (decimal): -11966486 or 15361865. OLE color: 15361865.

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

Color convert

RGB 73 103 234 -
CMYK 0.69 0.56 0 0.08
HSL 228.82º 0.79% 0.6% -
HSV(B) 228.82º 0.69% 0.92% -
XYZ 22.45 17.06 79.95 -
YUV 108.96 198.56 102.35 -
System Red Green Blue C M Y K H S L
Decimal 73 103 234 0.69 0.56 0 0.08 228.82 0.79 0.6
Hex 49 67 EA 45 38 0 8 E5 4F 3C
Octal 111 147 352 105 70 0 10 345 117 74
Binary 1001001 1100111 11101010 1000101 111000 0 1000 11100101 1001111 111100

Color Harmonies of #4967EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4967EA

Black with #4967EA

Text Example


Text Example

White with #4967EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4967EA; }

 p { color: rgb(73,103,234); }

 H1.HeaderClassName
 {
   color: #4967EA;
 }
 .AnyTagClassName
 {
   color: #4967EA;
 }
</style>

background-color css

<style>
 a { background-color: #4967EA; }

 a { background-color: rgb(73,103,234); }

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

border-color css

<style>
 span { border-color: #4967EA; }

 span { border-color: rgb(73,103,234); }

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