Html Css Color HEX #4456DD Royal Blue

📋 copy color: '#4456DD'

red 68 ◦ green 86 ◦ blue 221

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

Shades of Royal Blue #4456DD

Tints of Royal Blue #4456DD

RGB

 RED value IS 68 (26.95% from 255) = 18.13%

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

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

R = 18.13%
G = 22.93%
B = 58.93%

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

#4456DD (or 0x4456DD) is known color: Royal Blue. HEX triplet: 44, 56 and DD. RGB value is (68,86,221). Sum of RGB (Red+Green+Blue) = 68+86+221=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #4456DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4456DD is #BBA922. Grayscale: #5F5F5F. Windows color (decimal): -12298531 or 14505540. OLE color: 14505540.

HSL color Cylindrical-coordinate representation of color #4456DD: hue angle of 232.94º 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 #4456DD is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 86 221 -
CMYK 0.69 0.61 0 0.13
HSL 232.94º 0.69% 0.57% -
HSV(B) 232.94º 0.69% 0.87% -
XYZ 18.76 13.1 69.95 -
YUV 96.01 198.54 108.02 -
System Red Green Blue C M Y K H S L
Decimal 68 86 221 0.69 0.61 0 0.13 232.94 0.69 0.57
Hex 44 56 DD 45 3D 0 D E9 45 39
Octal 104 126 335 105 75 0 15 351 105 71
Binary 1000100 1010110 11011101 1000101 111101 0 1101 11101001 1000101 111001

Color Harmonies of #4456DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4456DD

Black with #4456DD

Text Example


Text Example

White with #4456DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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