Html Css Color HEX #4A62DB Royal Blue

📋 copy color: '#4A62DB'

red 74 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #4A62DB

Tints of Royal Blue #4A62DB

RGB

 RED value IS 74 (29.3% from 255) = 18.93%

 GREEN value IS 98 (38.67% from 255) = 25.06%

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

R = 18.93%
G = 25.06%
B = 56.01%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A62DB (or 0x4A62DB) is known color: Royal Blue. HEX triplet: 4A, 62 and DB. RGB value is (74,98,219). Sum of RGB (Red+Green+Blue) = 74+98+219=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A62DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A62DB is #B59D24. Grayscale: #686868. Windows color (decimal): -11902245 or 14377546. OLE color: 14377546.

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

Color convert

RGB 74 98 219 -
CMYK 0.66 0.55 0 0.14
HSL 230.07º 0.67% 0.57% -
HSV(B) 230.07º 0.66% 0.86% -
XYZ 19.98 15.31 68.92 -
YUV 104.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 74 98 219 0.66 0.55 0 0.14 230.07 0.67 0.57
Hex 4A 62 DB 42 37 0 E E6 43 39
Octal 112 142 333 102 67 0 16 346 103 71
Binary 1001010 1100010 11011011 1000010 110111 0 1110 11100110 1000011 111001

Color Harmonies of #4A62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A62DB

Black with #4A62DB

Text Example


Text Example

White with #4A62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A62DB; }

 p { color: rgb(74,98,219); }

 H1.HeaderClassName
 {
   color: #4A62DB;
 }
 .AnyTagClassName
 {
   color: #4A62DB;
 }
</style>

background-color css

<style>
 a { background-color: #4A62DB; }

 a { background-color: rgb(74,98,219); }

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

border-color css

<style>
 span { border-color: #4A62DB; }

 span { border-color: rgb(74,98,219); }

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