Html Css Color HEX #444CBC Free Speech Blue

📋 copy color: '#444CBC'

red 68 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Blue #444CBC

Tints of Free Speech Blue #444CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 20.48%
G = 22.89%
B = 56.63%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#444CBC (or 0x444CBC) is known color: Free Speech Blue. HEX triplet: 44, 4C and BC. RGB value is (68,76,188). Sum of RGB (Red+Green+Blue) = 68+76+188=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #444CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CBC is #BBB343. Grayscale: #555555. Windows color (decimal): -12301124 or 12340292. OLE color: 12340292.

HSL color Cylindrical-coordinate representation of color #444CBC: hue angle of 236º 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 #444CBC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 76 188 -
CMYK 0.64 0.60 0 0.26
HSL 236º 0.47% 0.5% -
HSV(B) 236º 0.64% 0.74% -
XYZ 14.05 10.03 48.77 -
YUV 86.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 68 76 188 0.64 0.60 0 0.26 236 0.47 0.5
Hex 44 4C BC 40 3C 0 1A EC 2F 32
Octal 104 114 274 100 74 0 32 354 57 62
Binary 1000100 1001100 10111100 1000000 111100 0 11010 11101100 101111 110010

Color Harmonies of #444CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CBC

Black with #444CBC

Text Example


Text Example

White with #444CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444CBC; }

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

 H1.HeaderClassName
 {
   color: #444CBC;
 }
 .AnyTagClassName
 {
   color: #444CBC;
 }
</style>

background-color css

<style>
 a { background-color: #444CBC; }

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

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

border-color css

<style>
 span { border-color: #444CBC; }

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

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