Html Css Color HEX #4050CC Free Speech Blue

📋 copy color: '#4050CC'

red 64 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Blue #4050CC

Tints of Free Speech Blue #4050CC

RGB

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

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

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

R = 18.39%
G = 22.99%
B = 58.62%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4050CC (or 0x4050CC) is known color: Free Speech Blue. HEX triplet: 40, 50 and CC. RGB value is (64,80,204). Sum of RGB (Red+Green+Blue) = 64+80+204=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #4050CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4050CC is #BFAF33. Grayscale: #585858. Windows color (decimal): -12562228 or 13389888. OLE color: 13389888.

HSL color Cylindrical-coordinate representation of color #4050CC: hue angle of 233.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4050CC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 80 204 -
CMYK 0.69 0.61 0 0.2
HSL 233.14º 0.58% 0.53% -
HSV(B) 233.14º 0.69% 0.8% -
XYZ 15.88 11.19 58.45 -
YUV 89.35 192.7 109.92 -
System Red Green Blue C M Y K H S L
Decimal 64 80 204 0.69 0.61 0 0.2 233.14 0.58 0.53
Hex 40 50 CC 45 3D 0 14 E9 3A 35
Octal 100 120 314 105 75 0 24 351 72 65
Binary 1000000 1010000 11001100 1000101 111101 0 10100 11101001 111010 110101

Color Harmonies of #4050CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050CC

Black with #4050CC

Text Example


Text Example

White with #4050CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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