Html Css Color HEX #4471DD Royal Blue

📋 copy color: '#4471DD'

red 68 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #4471DD

Tints of Royal Blue #4471DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

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

R = 16.92%
G = 28.11%
B = 54.98%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4471DD (or 0x4471DD) is known color: Royal Blue. HEX triplet: 44, 71 and DD. RGB value is (68,113,221). Sum of RGB (Red+Green+Blue) = 68+113+221=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #4471DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471DD is #BB8E22. Grayscale: #6F6F6F. Windows color (decimal): -12291619 or 14512452. OLE color: 14512452.

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

Color convert

RGB 68 113 221 -
CMYK 0.69 0.49 0 0.13
HSL 222.35º 0.69% 0.57% -
HSV(B) 222.35º 0.69% 0.87% -
XYZ 21.34 18.26 70.81 -
YUV 111.86 189.59 96.72 -
System Red Green Blue C M Y K H S L
Decimal 68 113 221 0.69 0.49 0 0.13 222.35 0.69 0.57
Hex 44 71 DD 45 31 0 D DE 45 39
Octal 104 161 335 105 61 0 15 336 105 71
Binary 1000100 1110001 11011101 1000101 110001 0 1101 11011110 1000101 111001

Color Harmonies of #4471DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4471DD

Black with #4471DD

Text Example


Text Example

White with #4471DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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