Html Css Color HEX #4061BD Free Speech Blue

📋 copy color: '#4061BD'

red 64 ◦ green 97 ◦ blue 189

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

Shades of Free Speech Blue #4061BD

Tints of Free Speech Blue #4061BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 18.29%
G = 27.71%
B = 54%

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

#4061BD (or 0x4061BD) is known color: Free Speech Blue. HEX triplet: 40, 61 and BD. RGB value is (64,97,189). Sum of RGB (Red+Green+Blue) = 64+97+189=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #4061BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061BD is #BF9E42. Grayscale: #616161. Windows color (decimal): -12557891 or 12411200. OLE color: 12411200.

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

Color convert

RGB 64 97 189 -
CMYK 0.66 0.49 0 0.26
HSL 224.16º 0.49% 0.5% -
HSV(B) 224.16º 0.66% 0.74% -
XYZ 15.57 13.31 49.89 -
YUV 97.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 64 97 189 0.66 0.49 0 0.26 224.16 0.49 0.5
Hex 40 61 BD 42 31 0 1A E0 31 32
Octal 100 141 275 102 61 0 32 340 61 62
Binary 1000000 1100001 10111101 1000010 110001 0 11010 11100000 110001 110010

Color Harmonies of #4061BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061BD

Black with #4061BD

Text Example


Text Example

White with #4061BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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