Html Css Color HEX #4564DB Royal Blue

📋 copy color: '#4564DB'

red 69 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #4564DB

Tints of Royal Blue #4564DB

RGB

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

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

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

R = 17.78%
G = 25.77%
B = 56.44%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4564DB (or 0x4564DB) is known color: Royal Blue. HEX triplet: 45, 64 and DB. RGB value is (69,100,219). Sum of RGB (Red+Green+Blue) = 69+100+219=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #4564DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564DB is #BA9B24. Grayscale: #676767. Windows color (decimal): -12229413 or 14378053. OLE color: 14378053.

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

Color convert

RGB 69 100 219 -
CMYK 0.68 0.54 0 0.14
HSL 227.6º 0.68% 0.56% -
HSV(B) 227.6º 0.68% 0.86% -
XYZ 19.8 15.49 68.97 -
YUV 104.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 69 100 219 0.68 0.54 0 0.14 227.6 0.68 0.56
Hex 45 64 DB 44 36 0 E E4 44 38
Octal 105 144 333 104 66 0 16 344 104 70
Binary 1000101 1100100 11011011 1000100 110110 0 1110 11100100 1000100 111000

Color Harmonies of #4564DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4564DB

Black with #4564DB

Text Example


Text Example

White with #4564DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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