Html Css Color HEX #4967EB Royal Blue

📋 copy color: '#4967EB'

red 73 ◦ green 103 ◦ blue 235

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

Shades of Royal Blue #4967EB

Tints of Royal Blue #4967EB

RGB

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

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

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

R = 17.76%
G = 25.06%
B = 57.18%

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

#4967EB (or 0x4967EB) is known color: Royal Blue. HEX triplet: 49, 67 and EB. RGB value is (73,103,235). Sum of RGB (Red+Green+Blue) = 73+103+235=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #4967EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4967EB is #B69814. Grayscale: #6C6C6C. Windows color (decimal): -11966485 or 15427401. OLE color: 15427401.

HSL color Cylindrical-coordinate representation of color #4967EB: hue angle of 228.89º degrees, saturation: 0.8, 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 #4967EB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 103 235 -
CMYK 0.69 0.56 0 0.08
HSL 228.89º 0.8% 0.6% -
HSV(B) 228.89º 0.69% 0.92% -
XYZ 22.59 17.12 80.71 -
YUV 109.08 199.06 102.27 -
System Red Green Blue C M Y K H S L
Decimal 73 103 235 0.69 0.56 0 0.08 228.89 0.8 0.6
Hex 49 67 EB 45 38 0 8 E5 50 3C
Octal 111 147 353 105 70 0 10 345 120 74
Binary 1001001 1100111 11101011 1000101 111000 0 1000 11100101 1010000 111100

Color Harmonies of #4967EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4967EB

Black with #4967EB

Text Example


Text Example

White with #4967EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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