Html Css Color HEX #4553E5 Royal Blue

📋 copy color: '#4553E5'

red 69 ◦ green 83 ◦ blue 229

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

Shades of Royal Blue #4553E5

Tints of Royal Blue #4553E5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 229 (89.84% from 255) = 60.1%

R = 18.11%
G = 21.78%
B = 60.1%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4553E5 (or 0x4553E5) is known color: Royal Blue. HEX triplet: 45, 53 and E5. RGB value is (69,83,229). Sum of RGB (Red+Green+Blue) = 69+83+229=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #4553E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4553E5 is #BAAC1A. Grayscale: #5E5E5E. Windows color (decimal): -12233755 or 15029061. OLE color: 15029061.

HSL color Cylindrical-coordinate representation of color #4553E5: hue angle of 234.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4553E5 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 83 229 -
CMYK 0.70 0.64 0 0.10
HSL 234.75º 0.75% 0.58% -
HSV(B) 234.75º 0.7% 0.9% -
XYZ 19.69 13.11 75.62 -
YUV 95.46 203.36 109.13 -
System Red Green Blue C M Y K H S L
Decimal 69 83 229 0.70 0.64 0 0.10 234.75 0.75 0.58
Hex 45 53 E5 46 40 0 A EB 4B 3A
Octal 105 123 345 106 100 0 12 353 113 72
Binary 1000101 1010011 11100101 1000110 1000000 0 1010 11101011 1001011 111010

Color Harmonies of #4553E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4553E5

Black with #4553E5

Text Example


Text Example

White with #4553E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4553E5; }

 p { color: rgb(69,83,229); }

 H1.HeaderClassName
 {
   color: #4553E5;
 }
 .AnyTagClassName
 {
   color: #4553E5;
 }
</style>

background-color css

<style>
 a { background-color: #4553E5; }

 a { background-color: rgb(69,83,229); }

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

border-color css

<style>
 span { border-color: #4553E5; }

 span { border-color: rgb(69,83,229); }

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