#4671E4

Color #4671E4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4671E4

Tints of Royal Blue #4671E4

Color information

#4671E4 (or 0x4671E4) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and E4. RGB value is (70,113,228). Sum of RGB (Red+Green+Blue) = 70+113+228=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #4671E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671E4 is #B98E1B. Grayscale: #707070. Windows color (decimal): -12160540 or 14971206. OLE color: 14971206.

HSL color Cylindrical-coordinate representation of color #4671E4: hue angle of 223.67º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4671E4 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB70113228-
CMYK0.690.5000.11
HSL223.67º74.53%58.43%-
HSV(B)223.67º69.3%89.41%-
XYZ22.4318.7175.83-
YUV113.25192.7597.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=17.03%
G=27.49%
B=55.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal701132280.690.5000.11223.6774.5358.43
Hex4671E445320Be04b3a
Octal1061613441056201334011372
Binary1000110111000111100100100010111001001011111000001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4671E4; }

 p { color: rgb(70,113,228); }

 H1.HeaderClassName
 {
   color: #4671E4;
 }
 .AnyTagClassName
 {
   color: #4671E4;
 }
</style>
background-color css

<style>
 a { background-color: #4671E4; }

 a { background-color: rgb(70,113,228); }

 div.DivClassName
 {
   background-color: #4671E4;
 }
 .BgClassName
 {
   background-color: #4671E4;
 }
</style>
border-color css

<style>
 span { border-color: #4671E4; }

 span { border-color: rgb(70,113,228); }

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