Html Css Color HEX #4556DD Royal Blue

📋 copy color: '#4556DD'

red 69 ◦ green 86 ◦ blue 221

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

Shades of Royal Blue #4556DD

Tints of Royal Blue #4556DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 18.35%
G = 22.87%
B = 58.78%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4556DD (or 0x4556DD) is known color: Royal Blue. HEX triplet: 45, 56 and DD. RGB value is (69,86,221). Sum of RGB (Red+Green+Blue) = 69+86+221=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4556DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4556DD is #BAA922. Grayscale: #5F5F5F. Windows color (decimal): -12232995 or 14505541. OLE color: 14505541.

HSL color Cylindrical-coordinate representation of color #4556DD: hue angle of 233.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4556DD is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 86 221 -
CMYK 0.69 0.61 0 0.13
HSL 233.29º 0.69% 0.57% -
HSV(B) 233.29º 0.69% 0.87% -
XYZ 18.83 13.14 69.95 -
YUV 96.31 198.37 108.52 -
System Red Green Blue C M Y K H S L
Decimal 69 86 221 0.69 0.61 0 0.13 233.29 0.69 0.57
Hex 45 56 DD 45 3D 0 D E9 45 39
Octal 105 126 335 105 75 0 15 351 105 71
Binary 1000101 1010110 11011101 1000101 111101 0 1101 11101001 1000101 111001

Color Harmonies of #4556DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4556DD

Black with #4556DD

Text Example


Text Example

White with #4556DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4556DD; }

 p { color: rgb(69,86,221); }

 H1.HeaderClassName
 {
   color: #4556DD;
 }
 .AnyTagClassName
 {
   color: #4556DD;
 }
</style>

background-color css

<style>
 a { background-color: #4556DD; }

 a { background-color: rgb(69,86,221); }

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

border-color css

<style>
 span { border-color: #4556DD; }

 span { border-color: rgb(69,86,221); }

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