Html Css Color HEX #4574DC Royal Blue

📋 copy color: '#4574DC'

red 69 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #4574DC

Tints of Royal Blue #4574DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

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

R = 17.04%
G = 28.64%
B = 54.32%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4574DC (or 0x4574DC) is known color: Royal Blue. HEX triplet: 45, 74 and DC. RGB value is (69,116,220). Sum of RGB (Red+Green+Blue) = 69+116+220=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4574DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574DC is #BA8B23. Grayscale: #717171. Windows color (decimal): -12225316 or 14447685. OLE color: 14447685.

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

Color convert

RGB 69 116 220 -
CMYK 0.69 0.47 0 0.14
HSL 221.32º 0.68% 0.57% -
HSV(B) 221.32º 0.69% 0.86% -
XYZ 21.62 18.92 70.22 -
YUV 113.8 187.93 96.04 -
System Red Green Blue C M Y K H S L
Decimal 69 116 220 0.69 0.47 0 0.14 221.32 0.68 0.57
Hex 45 74 DC 45 2F 0 E DD 44 39
Octal 105 164 334 105 57 0 16 335 104 71
Binary 1000101 1110100 11011100 1000101 101111 0 1110 11011101 1000100 111001

Color Harmonies of #4574DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574DC

Black with #4574DC

Text Example


Text Example

White with #4574DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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