#485CCA

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

Shades of Free Speech Blue #485CCA

Tints of Free Speech Blue #485CCA

Color information

#485CCA (or 0x485CCA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5C and CA. RGB value is (72,92,202). Sum of RGB (Red+Green+Blue) = 72+92+202=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #485CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CCA is #B7A335. Grayscale: #626262. Windows color (decimal): -12034870 or 13261896. OLE color: 13261896.

HSL color Cylindrical-coordinate representation of color #485CCA: hue angle of 230.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 #485CCA is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7292202-
CMYK0.640.5400.21
HSL230.77º55.08%53.73%-
HSV(B)230.77º64.36%79.22%-
XYZ17.1613.357.54-
YUV98.56186.37109.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=19.67%
G=25.14%
B=55.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72922020.640.5400.21230.7755.0853.73
Hex485CCA4036015e73736
Octal110134312100660253476766
Binary1001000101110011001010100000011011001010111100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485CCA; }

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

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

<style>
 a { background-color: #485CCA; }

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

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

<style>
 span { border-color: #485CCA; }

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

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