#4671CC

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

Shades of Royal Blue #4671CC

Tints of Royal Blue #4671CC

Color information

#4671CC (or 0x4671CC) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and CC. RGB value is (70,113,204). Sum of RGB (Red+Green+Blue) = 70+113+204=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4671CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671CC is #B98E33. Grayscale: #6E6E6E. Windows color (decimal): -12160564 or 13398342. OLE color: 13398342.

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

Color convert

RGB70113204-
CMYK0.660.4500.2
HSL220.75º56.78%53.73%-
HSV(B)220.75º65.69%80%-
XYZ19.3317.4759.48-
YUV110.52180.7599.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=18.09%
G=29.20%
B=52.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal701132040.660.4500.2220.7556.7853.73
Hex4671CC422D014dd3936
Octal106161314102550243357166
Binary1000110111000111001100100001010110101010011011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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