Html Css Color HEX #4F68B9 Free Speech Blue

📋 copy color: '#4F68B9'

red 79 ◦ green 104 ◦ blue 185

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

Shades of Free Speech Blue #4F68B9

Tints of Free Speech Blue #4F68B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 21.47%
G = 28.26%
B = 50.27%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F68B9 (or 0x4F68B9) is known color: Free Speech Blue. HEX triplet: 4F, 68 and B9. RGB value is (79,104,185). Sum of RGB (Red+Green+Blue) = 79+104+185=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #4F68B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68B9 is #B09746. Grayscale: #696969. Windows color (decimal): -11573063 or 12150863. OLE color: 12150863.

HSL color Cylindrical-coordinate representation of color #4F68B9: hue angle of 225.85º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F68B9 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 104 185 -
CMYK 0.57 0.44 0 0.27
HSL 225.85º 0.43% 0.52% -
HSV(B) 225.85º 0.57% 0.73% -
XYZ 16.93 15.07 47.91 -
YUV 105.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 79 104 185 0.57 0.44 0 0.27 225.85 0.43 0.52
Hex 4F 68 B9 39 2C 0 1B E2 2B 34
Octal 117 150 271 71 54 0 33 342 53 64
Binary 1001111 1101000 10111001 111001 101100 0 11011 11100010 101011 110100

Color Harmonies of #4F68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F68B9

Black with #4F68B9

Text Example


Text Example

White with #4F68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,104,185); }

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

background-color css

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

 a { background-color: rgb(79,104,185); }

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

border-color css

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

 span { border-color: rgb(79,104,185); }

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