Html Css Color HEX #4476DD Royal Blue

📋 copy color: '#4476DD'

red 68 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #4476DD

Tints of Royal Blue #4476DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 16.71%
G = 28.99%
B = 54.3%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4476DD (or 0x4476DD) is known color: Royal Blue. HEX triplet: 44, 76 and DD. RGB value is (68,118,221). Sum of RGB (Red+Green+Blue) = 68+118+221=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #4476DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476DD is #BB8922. Grayscale: #727272. Windows color (decimal): -12290339 or 14513732. OLE color: 14513732.

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

Color convert

RGB 68 118 221 -
CMYK 0.69 0.47 0 0.13
HSL 220.39º 0.69% 0.57% -
HSV(B) 220.39º 0.69% 0.87% -
XYZ 21.91 19.41 71 -
YUV 114.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 68 118 221 0.69 0.47 0 0.13 220.39 0.69 0.57
Hex 44 76 DD 45 2F 0 D DC 45 39
Octal 104 166 335 105 57 0 15 334 105 71
Binary 1000100 1110110 11011101 1000101 101111 0 1101 11011100 1000101 111001

Color Harmonies of #4476DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476DD

Black with #4476DD

Text Example


Text Example

White with #4476DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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