Html Css Color HEX #4975CF Royal Blue

📋 copy color: '#4975CF'

red 73 ◦ green 117 ◦ blue 207

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

Shades of Royal Blue #4975CF

Tints of Royal Blue #4975CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 18.39%
G = 29.47%
B = 52.14%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4975CF (or 0x4975CF) is known color: Royal Blue. HEX triplet: 49, 75 and CF. RGB value is (73,117,207). Sum of RGB (Red+Green+Blue) = 73+117+207=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #4975CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975CF is #B68A30. Grayscale: #717171. Windows color (decimal): -11962929 or 13595977. OLE color: 13595977.

HSL color Cylindrical-coordinate representation of color #4975CF: hue angle of 220.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4975CF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 117 207 -
CMYK 0.65 0.43 0 0.19
HSL 220.3º 0.58% 0.55% -
HSV(B) 220.3º 0.65% 0.81% -
XYZ 20.37 18.64 61.56 -
YUV 114.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 73 117 207 0.65 0.43 0 0.19 220.3 0.58 0.55
Hex 49 75 CF 41 2B 0 13 DC 3A 37
Octal 111 165 317 101 53 0 23 334 72 67
Binary 1001001 1110101 11001111 1000001 101011 0 10011 11011100 111010 110111

Color Harmonies of #4975CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975CF

Black with #4975CF

Text Example


Text Example

White with #4975CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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