#4360B4

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

Shades of Free Speech Blue #4360B4

Tints of Free Speech Blue #4360B4

Color information

#4360B4 (or 0x4360B4) is unknown color: approx Free Speech Blue. HEX triplet: 43, 60 and B4. RGB value is (67,96,180). Sum of RGB (Red+Green+Blue) = 67+96+180=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #4360B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4360B4 is #BC9F4B. Grayscale: #606060. Windows color (decimal): -12361548 or 11821123. OLE color: 11821123.

HSL color Cylindrical-coordinate representation of color #4360B4: hue angle of 224.6º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4360B4 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6796180-
CMYK0.630.4700.29
HSL224.6º45.75%48.43%-
HSV(B)224.6º62.78%70.59%-
XYZ14.7412.8544.88-
YUV96.9174.89106.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.53%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=19.53%
G=27.99%
B=52.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67961800.630.4700.29224.645.7548.43
Hex4360B43F2F01De12e30
Octal10314026477570353415660
Binary100001111000001011010011111110111101110111100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4360B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4360B4; }

 p { color: rgb(67,96,180); }

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

<style>
 a { background-color: #4360B4; }

 a { background-color: rgb(67,96,180); }

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

<style>
 span { border-color: #4360B4; }

 span { border-color: rgb(67,96,180); }

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