#4671CA

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

Shades of Royal Blue #4671CA

Tints of Royal Blue #4671CA

Color information

#4671CA (or 0x4671CA) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and CA. RGB value is (70,113,202). Sum of RGB (Red+Green+Blue) = 70+113+202=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #4671CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671CA is #B98E35. Grayscale: #6D6D6D. Windows color (decimal): -12160566 or 13267270. OLE color: 13267270.

HSL color Cylindrical-coordinate representation of color #4671CA: hue angle of 220.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4671CA is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70113202-
CMYK0.650.4400.21
HSL220.45º55.46%53.33%-
HSV(B)220.45º65.35%79.22%-
XYZ19.0917.3858.22-
YUV110.29179.7599.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=18.18%
G=29.35%
B=52.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701132020.650.4400.21220.4555.4653.33
Hex4671CA412C015dc3735
Octal106161312101540253346765
Binary1000110111000111001010100000110110001010111011100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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