Html Css Color HEX #4975FA Royal Blue

📋 copy color: '#4975FA'

red 73 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #4975FA

Tints of Royal Blue #4975FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 16.59%
G = 26.59%
B = 56.82%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4975FA (or 0x4975FA) is known color: Royal Blue. HEX triplet: 49, 75 and FA. RGB value is (73,117,250). Sum of RGB (Red+Green+Blue) = 73+117+250=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #4975FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975FA is #B68A05. Grayscale: #767676. Windows color (decimal): -11962886 or 16414025. OLE color: 16414025.

HSL color Cylindrical-coordinate representation of color #4975FA: hue angle of 225.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4975FA is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 117 250 -
CMYK 0.71 0.53 0 0.02
HSL 225.08º 0.95% 0.63% -
HSV(B) 225.08º 0.71% 0.98% -
XYZ 26.36 21.04 93.11 -
YUV 119.01 201.92 95.19 -
System Red Green Blue C M Y K H S L
Decimal 73 117 250 0.71 0.53 0 0.02 225.08 0.95 0.63
Hex 49 75 FA 47 35 0 2 E1 5F 3F
Octal 111 165 372 107 65 0 2 341 137 77
Binary 1001001 1110101 11111010 1000111 110101 0 10 11100001 1011111 111111

Color Harmonies of #4975FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975FA

Black with #4975FA

Text Example


Text Example

White with #4975FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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