Html Css Color HEX #4471EA Royal Blue

📋 copy color: '#4471EA'

red 68 ◦ green 113 ◦ blue 234

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

Shades of Royal Blue #4471EA

Tints of Royal Blue #4471EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.39%

R = 16.39%
G = 27.23%
B = 56.39%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4471EA (or 0x4471EA) is known color: Royal Blue. HEX triplet: 44, 71 and EA. RGB value is (68,113,234). Sum of RGB (Red+Green+Blue) = 68+113+234=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #4471EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4471EA is #BB8E15. Grayscale: #707070. Windows color (decimal): -12291606 or 15364420. OLE color: 15364420.

HSL color Cylindrical-coordinate representation of color #4471EA: hue angle of 223.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4471EA is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 113 234 -
CMYK 0.71 0.52 0 0.08
HSL 223.73º 0.8% 0.59% -
HSV(B) 223.73º 0.71% 0.92% -
XYZ 23.14 18.98 80.29 -
YUV 113.34 196.09 95.66 -
System Red Green Blue C M Y K H S L
Decimal 68 113 234 0.71 0.52 0 0.08 223.73 0.8 0.59
Hex 44 71 EA 47 34 0 8 E0 50 3B
Octal 104 161 352 107 64 0 10 340 120 73
Binary 1000100 1110001 11101010 1000111 110100 0 1000 11100000 1010000 111011

Color Harmonies of #4471EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4471EA

Black with #4471EA

Text Example


Text Example

White with #4471EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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