Html Css Color HEX #495BCC Free Speech Blue

📋 copy color: '#495BCC'

red 73 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #495BCC

Tints of Free Speech Blue #495BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.73%

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

R = 19.84%
G = 24.73%
B = 55.43%

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

#495BCC (or 0x495BCC) is known color: Free Speech Blue. HEX triplet: 49, 5B and CC. RGB value is (73,91,204). Sum of RGB (Red+Green+Blue) = 73+91+204=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #495BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BCC is #B6A433. Grayscale: #626262. Windows color (decimal): -11969588 or 13392713. OLE color: 13392713.

HSL color Cylindrical-coordinate representation of color #495BCC: hue angle of 231.76º 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 #495BCC is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 91 204 -
CMYK 0.64 0.55 0 0.2
HSL 231.76º 0.56% 0.54% -
HSV(B) 231.76º 0.64% 0.8% -
XYZ 17.39 13.26 58.77 -
YUV 98.5 187.54 109.81 -
System Red Green Blue C M Y K H S L
Decimal 73 91 204 0.64 0.55 0 0.2 231.76 0.56 0.54
Hex 49 5B CC 40 37 0 14 E8 38 36
Octal 111 133 314 100 67 0 24 350 70 66
Binary 1001001 1011011 11001100 1000000 110111 0 10100 11101000 111000 110110

Color Harmonies of #495BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BCC

Black with #495BCC

Text Example


Text Example

White with #495BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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