Html Css Color HEX #495CCC Free Speech Blue

📋 copy color: '#495CCC'

red 73 ◦ green 92 ◦ blue 204

#495CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #495CCC

Tints of Free Speech Blue #495CCC

RGB

 RED value IS 73 (28.91% from 255) = 19.78%

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 19.78%
G = 24.93%
B = 55.28%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#495CCC (or 0x495CCC) is known color: Free Speech Blue. HEX triplet: 49, 5C and CC. RGB value is (73,92,204). Sum of RGB (Red+Green+Blue) = 73+92+204=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #495CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CCC is #B6A333. Grayscale: #626262. Windows color (decimal): -11969332 or 13392969. OLE color: 13392969.

HSL color Cylindrical-coordinate representation of color #495CCC: hue angle of 231.3º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495CCC is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 92 204 -
CMYK 0.64 0.55 0 0.2
HSL 231.3º 0.56% 0.54% -
HSV(B) 231.3º 0.64% 0.8% -
XYZ 17.47 13.43 58.8 -
YUV 99.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 73 92 204 0.64 0.55 0 0.2 231.3 0.56 0.54
Hex 49 5C CC 40 37 0 14 E7 38 36
Octal 111 134 314 100 67 0 24 347 70 66
Binary 1001001 1011100 11001100 1000000 110111 0 10100 11100111 111000 110110

Color Harmonies of #495CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CCC

Black with #495CCC

Text Example


Text Example

White with #495CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495CCC; }

 p { color: rgb(73,92,204); }

 H1.HeaderClassName
 {
   color: #495CCC;
 }
 .AnyTagClassName
 {
   color: #495CCC;
 }
</style>

background-color css

<style>
 a { background-color: #495CCC; }

 a { background-color: rgb(73,92,204); }

 div.DivClassName
 {
   background-color: #495CCC;
 }
 .BgClassName
 {
   background-color: #495CCC;
 }
</style>

border-color css

<style>
 span { border-color: #495CCC; }

 span { border-color: rgb(73,92,204); }

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