Html Css Color HEX #4060BD Free Speech Blue

📋 copy color: '#4060BD'

red 64 ◦ green 96 ◦ blue 189

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

Shades of Free Speech Blue #4060BD

Tints of Free Speech Blue #4060BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.15%

R = 18.34%
G = 27.51%
B = 54.15%

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

#4060BD (or 0x4060BD) is known color: Free Speech Blue. HEX triplet: 40, 60 and BD. RGB value is (64,96,189). Sum of RGB (Red+Green+Blue) = 64+96+189=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #4060BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060BD is #BF9F42. Grayscale: #606060. Windows color (decimal): -12558147 or 12410944. OLE color: 12410944.

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

Color convert

RGB 64 96 189 -
CMYK 0.66 0.49 0 0.26
HSL 224.64º 0.49% 0.5% -
HSV(B) 224.64º 0.66% 0.74% -
XYZ 15.48 13.13 49.86 -
YUV 97.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 64 96 189 0.66 0.49 0 0.26 224.64 0.49 0.5
Hex 40 60 BD 42 31 0 1A E1 31 32
Octal 100 140 275 102 61 0 32 341 61 62
Binary 1000000 1100000 10111101 1000010 110001 0 11010 11100001 110001 110010

Color Harmonies of #4060BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060BD

Black with #4060BD

Text Example


Text Example

White with #4060BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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