Html Css Color HEX #4975EB Royal Blue

📋 copy color: '#4975EB'

red 73 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #4975EB

Tints of Royal Blue #4975EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

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

R = 17.18%
G = 27.53%
B = 55.29%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4975EB (or 0x4975EB) is known color: Royal Blue. HEX triplet: 49, 75 and EB. RGB value is (73,117,235). Sum of RGB (Red+Green+Blue) = 73+117+235=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #4975EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975EB is #B68A14. Grayscale: #747474. Windows color (decimal): -11962901 or 15430985. OLE color: 15430985.

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

Color convert

RGB 73 117 235 -
CMYK 0.69 0.50 0 0.08
HSL 223.7º 0.8% 0.6% -
HSV(B) 223.7º 0.69% 0.92% -
XYZ 24.1 20.14 81.21 -
YUV 117.3 194.42 96.41 -
System Red Green Blue C M Y K H S L
Decimal 73 117 235 0.69 0.50 0 0.08 223.7 0.8 0.6
Hex 49 75 EB 45 32 0 8 E0 50 3C
Octal 111 165 353 105 62 0 10 340 120 74
Binary 1001001 1110101 11101011 1000101 110010 0 1000 11100000 1010000 111100

Color Harmonies of #4975EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975EB

Black with #4975EB

Text Example


Text Example

White with #4975EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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