Html Css Color HEX #496BBC Free Speech Blue

📋 copy color: '#496BBC'

red 73 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #496BBC

Tints of Free Speech Blue #496BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 19.84%
G = 29.08%
B = 51.09%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#496BBC (or 0x496BBC) is known color: Free Speech Blue. HEX triplet: 49, 6B and BC. RGB value is (73,107,188). Sum of RGB (Red+Green+Blue) = 73+107+188=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #496BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BBC is #B69443. Grayscale: #696969. Windows color (decimal): -11965508 or 12348233. OLE color: 12348233.

HSL color Cylindrical-coordinate representation of color #496BBC: hue angle of 222.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496BBC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 107 188 -
CMYK 0.61 0.43 0 0.26
HSL 222.26º 0.46% 0.51% -
HSV(B) 222.26º 0.61% 0.74% -
XYZ 17.08 15.56 49.68 -
YUV 106.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 73 107 188 0.61 0.43 0 0.26 222.26 0.46 0.51
Hex 49 6B BC 3D 2B 0 1A DE 2E 33
Octal 111 153 274 75 53 0 32 336 56 63
Binary 1001001 1101011 10111100 111101 101011 0 11010 11011110 101110 110011

Color Harmonies of #496BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BBC

Black with #496BBC

Text Example


Text Example

White with #496BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496BBC; }

 p { color: rgb(73,107,188); }

 H1.HeaderClassName
 {
   color: #496BBC;
 }
 .AnyTagClassName
 {
   color: #496BBC;
 }
</style>

background-color css

<style>
 a { background-color: #496BBC; }

 a { background-color: rgb(73,107,188); }

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

border-color css

<style>
 span { border-color: #496BBC; }

 span { border-color: rgb(73,107,188); }

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