Html Css Color HEX #4461BC Free Speech Blue

📋 copy color: '#4461BC'

red 68 ◦ green 97 ◦ blue 188

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

Shades of Free Speech Blue #4461BC

Tints of Free Speech Blue #4461BC

RGB

 RED value IS 68 (26.95% from 255) = 19.26%

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

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

R = 19.26%
G = 27.48%
B = 53.26%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4461BC (or 0x4461BC) is known color: Free Speech Blue. HEX triplet: 44, 61 and BC. RGB value is (68,97,188). Sum of RGB (Red+Green+Blue) = 68+97+188=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #4461BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4461BC is #BB9E43. Grayscale: #626262. Windows color (decimal): -12295748 or 12345668. OLE color: 12345668.

HSL color Cylindrical-coordinate representation of color #4461BC: hue angle of 225.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4461BC is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 97 188 -
CMYK 0.64 0.48 0 0.26
HSL 225.5º 0.47% 0.5% -
HSV(B) 225.5º 0.64% 0.74% -
XYZ 15.74 13.41 49.34 -
YUV 98.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 68 97 188 0.64 0.48 0 0.26 225.5 0.47 0.5
Hex 44 61 BC 40 30 0 1A E2 2F 32
Octal 104 141 274 100 60 0 32 342 57 62
Binary 1000100 1100001 10111100 1000000 110000 0 11010 11100010 101111 110010

Color Harmonies of #4461BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4461BC

Black with #4461BC

Text Example


Text Example

White with #4461BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,97,188); }

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

background-color css

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

 a { background-color: rgb(68,97,188); }

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

border-color css

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

 span { border-color: rgb(68,97,188); }

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