Html Css Color HEX #4975FD Royal Blue

📋 copy color: '#4975FD'

red 73 ◦ green 117 ◦ blue 253

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

Shades of Royal Blue #4975FD

Tints of Royal Blue #4975FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 16.48%
G = 26.41%
B = 57.11%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4975FD (or 0x4975FD) is known color: Royal Blue. HEX triplet: 49, 75 and FD. RGB value is (73,117,253). Sum of RGB (Red+Green+Blue) = 73+117+253=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #4975FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975FD is #B68A02. Grayscale: #767676. Windows color (decimal): -11962883 or 16610633. OLE color: 16610633.

HSL color Cylindrical-coordinate representation of color #4975FD: hue angle of 225.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4975FD is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 117 253 -
CMYK 0.71 0.54 0 0.01
HSL 225.33º 0.98% 0.64% -
HSV(B) 225.33º 0.71% 0.99% -
XYZ 26.84 21.23 95.61 -
YUV 119.35 203.42 94.94 -
System Red Green Blue C M Y K H S L
Decimal 73 117 253 0.71 0.54 0 0.01 225.33 0.98 0.64
Hex 49 75 FD 47 36 0 1 E1 62 40
Octal 111 165 375 107 66 0 1 341 142 100
Binary 1001001 1110101 11111101 1000111 110110 0 1 11100001 1100010 1000000

Color Harmonies of #4975FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975FD

Black with #4975FD

Text Example


Text Example

White with #4975FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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