Html Css Color HEX #4982EA Royal Blue

📋 copy color: '#4982EA'

red 73 ◦ green 130 ◦ blue 234

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

Shades of Royal Blue #4982EA

Tints of Royal Blue #4982EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 16.7%
G = 29.75%
B = 53.55%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4982EA (or 0x4982EA) is known color: Royal Blue. HEX triplet: 49, 82 and EA. RGB value is (73,130,234). Sum of RGB (Red+Green+Blue) = 73+130+234=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #4982EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4982EA is #B67D15. Grayscale: #7C7C7C. Windows color (decimal): -11959574 or 15368777. OLE color: 15368777.

HSL color Cylindrical-coordinate representation of color #4982EA: hue angle of 218.76º degrees, saturation: 0.79, 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 #4982EA is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 130 234 -
CMYK 0.69 0.44 0 0.08
HSL 218.76º 0.79% 0.6% -
HSV(B) 218.76º 0.69% 0.92% -
XYZ 25.58 23.32 81 -
YUV 124.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 73 130 234 0.69 0.44 0 0.08 218.76 0.79 0.6
Hex 49 82 EA 45 2C 0 8 DB 4F 3C
Octal 111 202 352 105 54 0 10 333 117 74
Binary 1001001 10000010 11101010 1000101 101100 0 1000 11011011 1001111 111100

Color Harmonies of #4982EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4982EA

Black with #4982EA

Text Example


Text Example

White with #4982EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4982EA; }

 p { color: rgb(73,130,234); }

 H1.HeaderClassName
 {
   color: #4982EA;
 }
 .AnyTagClassName
 {
   color: #4982EA;
 }
</style>

background-color css

<style>
 a { background-color: #4982EA; }

 a { background-color: rgb(73,130,234); }

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

border-color css

<style>
 span { border-color: #4982EA; }

 span { border-color: rgb(73,130,234); }

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