Html Css Color HEX #4574CD Royal Blue

📋 copy color: '#4574CD'

red 69 ◦ green 116 ◦ blue 205

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

Shades of Royal Blue #4574CD

Tints of Royal Blue #4574CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 17.69%
G = 29.74%
B = 52.56%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4574CD (or 0x4574CD) is known color: Royal Blue. HEX triplet: 45, 74 and CD. RGB value is (69,116,205). Sum of RGB (Red+Green+Blue) = 69+116+205=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #4574CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574CD is #BA8B32. Grayscale: #6F6F6F. Windows color (decimal): -12225331 or 13464645. OLE color: 13464645.

HSL color Cylindrical-coordinate representation of color #4574CD: hue angle of 219.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4574CD is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 116 205 -
CMYK 0.66 0.43 0 0.20
HSL 219.26º 0.58% 0.54% -
HSV(B) 219.26º 0.66% 0.8% -
XYZ 19.72 18.16 60.22 -
YUV 112.09 180.43 97.26 -
System Red Green Blue C M Y K H S L
Decimal 69 116 205 0.66 0.43 0 0.20 219.26 0.58 0.54
Hex 45 74 CD 42 2B 0 14 DB 3A 36
Octal 105 164 315 102 53 0 24 333 72 66
Binary 1000101 1110100 11001101 1000010 101011 0 10100 11011011 111010 110110

Color Harmonies of #4574CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574CD

Black with #4574CD

Text Example


Text Example

White with #4574CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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