#4869CA

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

Shades of Free Speech Blue #4869CA

Tints of Free Speech Blue #4869CA

Color information

#4869CA (or 0x4869CA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 69 and CA. RGB value is (72,105,202). Sum of RGB (Red+Green+Blue) = 72+105+202=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #4869CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CA is #B79635. Grayscale: #696969. Windows color (decimal): -12031542 or 13265224. OLE color: 13265224.

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

Color convert

RGB72105202-
CMYK0.640.4800.21
HSL224.77º55.08%53.73%-
HSV(B)224.77º64.36%79.22%-
XYZ18.3815.7557.95-
YUV106.19182.07103.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=19.00%
G=27.70%
B=53.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721052020.640.4800.21224.7755.0853.73
Hex4869CA4030015e13736
Octal110151312100600253416766
Binary1001000110100111001010100000011000001010111100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,105,202); }

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

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

 a { background-color: rgb(72,105,202); }

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

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

 span { border-color: rgb(72,105,202); }

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