Html Css Color HEX #4466BC Free Speech Blue

📋 copy color: '#4466BC'

red 68 ◦ green 102 ◦ blue 188

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

Shades of Free Speech Blue #4466BC

Tints of Free Speech Blue #4466BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 18.99%
G = 28.49%
B = 52.51%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4466BC (or 0x4466BC) is known color: Free Speech Blue. HEX triplet: 44, 66 and BC. RGB value is (68,102,188). Sum of RGB (Red+Green+Blue) = 68+102+188=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4466BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466BC is #BB9943. Grayscale: #656565. Windows color (decimal): -12294468 or 12346948. OLE color: 12346948.

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

Color convert

RGB 68 102 188 -
CMYK 0.64 0.46 0 0.26
HSL 223º 0.47% 0.5% -
HSV(B) 223º 0.64% 0.74% -
XYZ 16.21 14.36 49.49 -
YUV 101.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 68 102 188 0.64 0.46 0 0.26 223 0.47 0.5
Hex 44 66 BC 40 2E 0 1A DF 2F 32
Octal 104 146 274 100 56 0 32 337 57 62
Binary 1000100 1100110 10111100 1000000 101110 0 11010 11011111 101111 110010

Color Harmonies of #4466BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4466BC

Black with #4466BC

Text Example


Text Example

White with #4466BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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