Html Css Color HEX #4050BC Free Speech Blue

📋 copy color: '#4050BC'

red 64 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Blue #4050BC

Tints of Free Speech Blue #4050BC

RGB

 RED value IS 64 (25.39% from 255) = 19.28%

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 19.28%
G = 24.1%
B = 56.63%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4050BC (or 0x4050BC) is known color: Free Speech Blue. HEX triplet: 40, 50 and BC. RGB value is (64,80,188). Sum of RGB (Red+Green+Blue) = 64+80+188=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #4050BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4050BC is #BFAF43. Grayscale: #575757. Windows color (decimal): -12562244 or 12341312. OLE color: 12341312.

HSL color Cylindrical-coordinate representation of color #4050BC: hue angle of 232.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4050BC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 80 188 -
CMYK 0.66 0.57 0 0.26
HSL 232.26º 0.49% 0.49% -
HSV(B) 232.26º 0.66% 0.74% -
XYZ 14.06 10.46 48.85 -
YUV 87.53 184.7 111.22 -
System Red Green Blue C M Y K H S L
Decimal 64 80 188 0.66 0.57 0 0.26 232.26 0.49 0.49
Hex 40 50 BC 42 39 0 1A E8 31 31
Octal 100 120 274 102 71 0 32 350 61 61
Binary 1000000 1010000 10111100 1000010 111001 0 11010 11101000 110001 110001

Color Harmonies of #4050BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050BC

Black with #4050BC

Text Example


Text Example

White with #4050BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4050BC; }

 p { color: rgb(64,80,188); }

 H1.HeaderClassName
 {
   color: #4050BC;
 }
 .AnyTagClassName
 {
   color: #4050BC;
 }
</style>

background-color css

<style>
 a { background-color: #4050BC; }

 a { background-color: rgb(64,80,188); }

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

border-color css

<style>
 span { border-color: #4050BC; }

 span { border-color: rgb(64,80,188); }

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