Html Css Color HEX #4465B9 Free Speech Blue

📋 copy color: '#4465B9'

red 68 ◦ green 101 ◦ blue 185

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

Shades of Free Speech Blue #4465B9

Tints of Free Speech Blue #4465B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 185 (72.66% from 255) = 52.26%

R = 19.21%
G = 28.53%
B = 52.26%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4465B9 (or 0x4465B9) is known color: Free Speech Blue. HEX triplet: 44, 65 and B9. RGB value is (68,101,185). Sum of RGB (Red+Green+Blue) = 68+101+185=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #4465B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465B9 is #BB9A46. Grayscale: #646464. Windows color (decimal): -12294727 or 12150084. OLE color: 12150084.

HSL color Cylindrical-coordinate representation of color #4465B9: hue angle of 223.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4465B9 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 101 185 -
CMYK 0.63 0.45 0 0.27
HSL 223.08º 0.46% 0.5% -
HSV(B) 223.08º 0.63% 0.73% -
XYZ 15.79 14.04 47.78 -
YUV 100.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 68 101 185 0.63 0.45 0 0.27 223.08 0.46 0.5
Hex 44 65 B9 3F 2D 0 1B DF 2E 32
Octal 104 145 271 77 55 0 33 337 56 62
Binary 1000100 1100101 10111001 111111 101101 0 11011 11011111 101110 110010

Color Harmonies of #4465B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465B9

Black with #4465B9

Text Example


Text Example

White with #4465B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4465B9; }

 p { color: rgb(68,101,185); }

 H1.HeaderClassName
 {
   color: #4465B9;
 }
 .AnyTagClassName
 {
   color: #4465B9;
 }
</style>

background-color css

<style>
 a { background-color: #4465B9; }

 a { background-color: rgb(68,101,185); }

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

border-color css

<style>
 span { border-color: #4465B9; }

 span { border-color: rgb(68,101,185); }

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