Html Css Color HEX #4471F1 Royal Blue

📋 copy color: '#4471F1'

red 68 ◦ green 113 ◦ blue 241

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

Shades of Royal Blue #4471F1

Tints of Royal Blue #4471F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.11%

R = 16.11%
G = 26.78%
B = 57.11%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4471F1 (or 0x4471F1) is known color: Royal Blue. HEX triplet: 44, 71 and F1. RGB value is (68,113,241). Sum of RGB (Red+Green+Blue) = 68+113+241=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #4471F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4471F1 is #BB8E0E. Grayscale: #717171. Windows color (decimal): -12291599 or 15823172. OLE color: 15823172.

HSL color Cylindrical-coordinate representation of color #4471F1: hue angle of 224.39º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4471F1 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 113 241 -
CMYK 0.72 0.53 0 0.05
HSL 224.39º 0.86% 0.61% -
HSV(B) 224.39º 0.72% 0.95% -
XYZ 24.17 19.39 85.69 -
YUV 114.14 199.59 95.09 -
System Red Green Blue C M Y K H S L
Decimal 68 113 241 0.72 0.53 0 0.05 224.39 0.86 0.61
Hex 44 71 F1 48 35 0 5 E0 56 3D
Octal 104 161 361 110 65 0 5 340 126 75
Binary 1000100 1110001 11110001 1001000 110101 0 101 11100000 1010110 111101

Color Harmonies of #4471F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4471F1

Black with #4471F1

Text Example


Text Example

White with #4471F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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