Html Css Color HEX #4471CC Royal Blue

📋 copy color: '#4471CC'

red 68 ◦ green 113 ◦ blue 204

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

Shades of Royal Blue #4471CC

Tints of Royal Blue #4471CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 17.66%
G = 29.35%
B = 52.99%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4471CC (or 0x4471CC) is known color: Royal Blue. HEX triplet: 44, 71 and CC. RGB value is (68,113,204). Sum of RGB (Red+Green+Blue) = 68+113+204=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4471CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471CC is #BB8E33. Grayscale: #6D6D6D. Windows color (decimal): -12291636 or 13398340. OLE color: 13398340.

HSL color Cylindrical-coordinate representation of color #4471CC: hue angle of 220.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4471CC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 113 204 -
CMYK 0.67 0.45 0 0.2
HSL 220.15º 0.57% 0.53% -
HSV(B) 220.15º 0.67% 0.8% -
XYZ 19.19 17.4 59.47 -
YUV 109.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 68 113 204 0.67 0.45 0 0.2 220.15 0.57 0.53
Hex 44 71 CC 43 2D 0 14 DC 39 35
Octal 104 161 314 103 55 0 24 334 71 65
Binary 1000100 1110001 11001100 1000011 101101 0 10100 11011100 111001 110101

Color Harmonies of #4471CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4471CC

Black with #4471CC

Text Example


Text Example

White with #4471CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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