Html Css Color HEX #4782DB Royal Blue

📋 copy color: '#4782DB'

red 71 ◦ green 130 ◦ blue 219

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

Shades of Royal Blue #4782DB

Tints of Royal Blue #4782DB

RGB

 RED value IS 71 (28.13% from 255) = 16.9%

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 16.9%
G = 30.95%
B = 52.14%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4782DB (or 0x4782DB) is known color: Royal Blue. HEX triplet: 47, 82 and DB. RGB value is (71,130,219). Sum of RGB (Red+Green+Blue) = 71+130+219=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #4782DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4782DB is #B87D24. Grayscale: #7A7A7A. Windows color (decimal): -12090661 or 14385735. OLE color: 14385735.

HSL color Cylindrical-coordinate representation of color #4782DB: hue angle of 216.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4782DB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 130 219 -
CMYK 0.68 0.41 0 0.14
HSL 216.08º 0.67% 0.57% -
HSV(B) 216.08º 0.68% 0.86% -
XYZ 23.37 22.42 70.11 -
YUV 122.51 182.45 91.26 -
System Red Green Blue C M Y K H S L
Decimal 71 130 219 0.68 0.41 0 0.14 216.08 0.67 0.57
Hex 47 82 DB 44 29 0 E D8 43 39
Octal 107 202 333 104 51 0 16 330 103 71
Binary 1000111 10000010 11011011 1000100 101001 0 1110 11011000 1000011 111001

Color Harmonies of #4782DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4782DB

Black with #4782DB

Text Example


Text Example

White with #4782DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4782DB; }

 p { color: rgb(71,130,219); }

 H1.HeaderClassName
 {
   color: #4782DB;
 }
 .AnyTagClassName
 {
   color: #4782DB;
 }
</style>

background-color css

<style>
 a { background-color: #4782DB; }

 a { background-color: rgb(71,130,219); }

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

border-color css

<style>
 span { border-color: #4782DB; }

 span { border-color: rgb(71,130,219); }

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