Html Css Color HEX #4975EE Royal Blue

📋 copy color: '#4975EE'

red 73 ◦ green 117 ◦ blue 238

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

Shades of Royal Blue #4975EE

Tints of Royal Blue #4975EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 17.06%
G = 27.34%
B = 55.61%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4975EE (or 0x4975EE) is known color: Royal Blue. HEX triplet: 49, 75 and EE. RGB value is (73,117,238). Sum of RGB (Red+Green+Blue) = 73+117+238=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #4975EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975EE is #B68A11. Grayscale: #757575. Windows color (decimal): -11962898 or 15627593. OLE color: 15627593.

HSL color Cylindrical-coordinate representation of color #4975EE: hue angle of 224º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4975EE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 117 238 -
CMYK 0.69 0.51 0 0.07
HSL 224º 0.83% 0.61% -
HSV(B) 224º 0.69% 0.93% -
XYZ 24.54 20.31 83.52 -
YUV 117.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 73 117 238 0.69 0.51 0 0.07 224 0.83 0.61
Hex 49 75 EE 45 33 0 7 E0 53 3D
Octal 111 165 356 105 63 0 7 340 123 75
Binary 1001001 1110101 11101110 1000101 110011 0 111 11100000 1010011 111101

Color Harmonies of #4975EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975EE

Black with #4975EE

Text Example


Text Example

White with #4975EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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