Html Css Color HEX #4059BC Free Speech Blue

📋 copy color: '#4059BC'

red 64 ◦ green 89 ◦ blue 188

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

Shades of Free Speech Blue #4059BC

Tints of Free Speech Blue #4059BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 18.77%
G = 26.1%
B = 55.13%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4059BC (or 0x4059BC) is known color: Free Speech Blue. HEX triplet: 40, 59 and BC. RGB value is (64,89,188). Sum of RGB (Red+Green+Blue) = 64+89+188=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4059BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059BC is #BFA643. Grayscale: #5C5C5C. Windows color (decimal): -12559940 or 12343616. OLE color: 12343616.

HSL color Cylindrical-coordinate representation of color #4059BC: hue angle of 227.9º 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 #4059BC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 89 188 -
CMYK 0.66 0.53 0 0.26
HSL 227.9º 0.49% 0.49% -
HSV(B) 227.9º 0.66% 0.74% -
XYZ 14.76 11.87 49.09 -
YUV 92.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 64 89 188 0.66 0.53 0 0.26 227.9 0.49 0.49
Hex 40 59 BC 42 35 0 1A E4 31 31
Octal 100 131 274 102 65 0 32 344 61 61
Binary 1000000 1011001 10111100 1000010 110101 0 11010 11100100 110001 110001

Color Harmonies of #4059BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059BC

Black with #4059BC

Text Example


Text Example

White with #4059BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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