Html Css Color HEX #4562DC Royal Blue

📋 copy color: '#4562DC'

red 69 ◦ green 98 ◦ blue 220

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

Shades of Royal Blue #4562DC

Tints of Royal Blue #4562DC

RGB

 RED value IS 69 (27.34% from 255) = 17.83%

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

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 17.83%
G = 25.32%
B = 56.85%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4562DC (or 0x4562DC) is known color: Royal Blue. HEX triplet: 45, 62 and DC. RGB value is (69,98,220). Sum of RGB (Red+Green+Blue) = 69+98+220=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #4562DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562DC is #BA9D23. Grayscale: #666666. Windows color (decimal): -12229924 or 14443077. OLE color: 14443077.

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

Color convert

RGB 69 98 220 -
CMYK 0.69 0.55 0 0.14
HSL 228.48º 0.68% 0.57% -
HSV(B) 228.48º 0.69% 0.86% -
XYZ 19.74 15.17 69.6 -
YUV 103.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 69 98 220 0.69 0.55 0 0.14 228.48 0.68 0.57
Hex 45 62 DC 45 37 0 E E4 44 39
Octal 105 142 334 105 67 0 16 344 104 71
Binary 1000101 1100010 11011100 1000101 110111 0 1110 11100100 1000100 111001

Color Harmonies of #4562DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4562DC

Black with #4562DC

Text Example


Text Example

White with #4562DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4562DC; }

 p { color: rgb(69,98,220); }

 H1.HeaderClassName
 {
   color: #4562DC;
 }
 .AnyTagClassName
 {
   color: #4562DC;
 }
</style>

background-color css

<style>
 a { background-color: #4562DC; }

 a { background-color: rgb(69,98,220); }

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

border-color css

<style>
 span { border-color: #4562DC; }

 span { border-color: rgb(69,98,220); }

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