Html Css Color HEX #4F65BD Free Speech Blue

📋 copy color: '#4F65BD'

red 79 ◦ green 101 ◦ blue 189

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

Shades of Free Speech Blue #4F65BD

Tints of Free Speech Blue #4F65BD

RGB

 RED value IS 79 (31.25% from 255) = 21.41%

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

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

R = 21.41%
G = 27.37%
B = 51.22%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F65BD (or 0x4F65BD) is known color: Free Speech Blue. HEX triplet: 4F, 65 and BD. RGB value is (79,101,189). Sum of RGB (Red+Green+Blue) = 79+101+189=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F65BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F65BD is #B09A42. Grayscale: #686868. Windows color (decimal): -11573827 or 12412239. OLE color: 12412239.

HSL color Cylindrical-coordinate representation of color #4F65BD: hue angle of 228º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F65BD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 101 189 -
CMYK 0.58 0.47 0 0.26
HSL 228º 0.45% 0.53% -
HSV(B) 228º 0.58% 0.74% -
XYZ 17.06 14.64 50.07 -
YUV 104.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 79 101 189 0.58 0.47 0 0.26 228 0.45 0.53
Hex 4F 65 BD 3A 2F 0 1A E4 2D 35
Octal 117 145 275 72 57 0 32 344 55 65
Binary 1001111 1100101 10111101 111010 101111 0 11010 11100100 101101 110101

Color Harmonies of #4F65BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F65BD

Black with #4F65BD

Text Example


Text Example

White with #4F65BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F65BD; }

 p { color: rgb(79,101,189); }

 H1.HeaderClassName
 {
   color: #4F65BD;
 }
 .AnyTagClassName
 {
   color: #4F65BD;
 }
</style>

background-color css

<style>
 a { background-color: #4F65BD; }

 a { background-color: rgb(79,101,189); }

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

border-color css

<style>
 span { border-color: #4F65BD; }

 span { border-color: rgb(79,101,189); }

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