Html Css Color HEX #4561DC Royal Blue

📋 copy color: '#4561DC'

red 69 ◦ green 97 ◦ blue 220

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

Shades of Royal Blue #4561DC

Tints of Royal Blue #4561DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 17.88%
G = 25.13%
B = 56.99%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4561DC (or 0x4561DC) is known color: Royal Blue. HEX triplet: 45, 61 and DC. RGB value is (69,97,220). Sum of RGB (Red+Green+Blue) = 69+97+220=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #4561DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561DC is #BA9E23. Grayscale: #666666. Windows color (decimal): -12230180 or 14442821. OLE color: 14442821.

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

Color convert

RGB 69 97 220 -
CMYK 0.69 0.56 0 0.14
HSL 228.87º 0.68% 0.57% -
HSV(B) 228.87º 0.69% 0.86% -
XYZ 19.65 14.98 69.57 -
YUV 102.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 69 97 220 0.69 0.56 0 0.14 228.87 0.68 0.57
Hex 45 61 DC 45 38 0 E E5 44 39
Octal 105 141 334 105 70 0 16 345 104 71
Binary 1000101 1100001 11011100 1000101 111000 0 1110 11100101 1000100 111001

Color Harmonies of #4561DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4561DC

Black with #4561DC

Text Example


Text Example

White with #4561DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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