Html Css Color HEX #4060BC Free Speech Blue

📋 copy color: '#4060BC'

red 64 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Blue #4060BC

Tints of Free Speech Blue #4060BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

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

R = 18.39%
G = 27.59%
B = 54.02%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4060BC (or 0x4060BC) is known color: Free Speech Blue. HEX triplet: 40, 60 and BC. RGB value is (64,96,188). Sum of RGB (Red+Green+Blue) = 64+96+188=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #4060BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060BC is #BF9F43. Grayscale: #606060. Windows color (decimal): -12558148 or 12345408. OLE color: 12345408.

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

Color convert

RGB 64 96 188 -
CMYK 0.66 0.49 0 0.26
HSL 224.52º 0.49% 0.49% -
HSV(B) 224.52º 0.66% 0.74% -
XYZ 15.37 13.09 49.29 -
YUV 96.92 179.4 104.52 -
System Red Green Blue C M Y K H S L
Decimal 64 96 188 0.66 0.49 0 0.26 224.52 0.49 0.49
Hex 40 60 BC 42 31 0 1A E1 31 31
Octal 100 140 274 102 61 0 32 341 61 61
Binary 1000000 1100000 10111100 1000010 110001 0 11010 11100001 110001 110001

Color Harmonies of #4060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060BC

Black with #4060BC

Text Example


Text Example

White with #4060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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