Html Css Color HEX #4564DC Royal Blue

📋 copy color: '#4564DC'

red 69 ◦ green 100 ◦ blue 220

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

Shades of Royal Blue #4564DC

Tints of Royal Blue #4564DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 17.74%
G = 25.71%
B = 56.56%

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

#4564DC (or 0x4564DC) is known color: Royal Blue. HEX triplet: 45, 64 and DC. RGB value is (69,100,220). Sum of RGB (Red+Green+Blue) = 69+100+220=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4564DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564DC is #BA9B23. Grayscale: #676767. Windows color (decimal): -12229412 or 14443589. OLE color: 14443589.

HSL color Cylindrical-coordinate representation of color #4564DC: hue angle of 227.68º 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 #4564DC is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 100 220 -
CMYK 0.69 0.55 0 0.14
HSL 227.68º 0.68% 0.57% -
HSV(B) 227.68º 0.69% 0.86% -
XYZ 19.93 15.55 69.66 -
YUV 104.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 69 100 220 0.69 0.55 0 0.14 227.68 0.68 0.57
Hex 45 64 DC 45 37 0 E E4 44 39
Octal 105 144 334 105 67 0 16 344 104 71
Binary 1000101 1100100 11011100 1000101 110111 0 1110 11100100 1000100 111001

Color Harmonies of #4564DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4564DC

Black with #4564DC

Text Example


Text Example

White with #4564DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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