Html Css Color HEX #4F68BE Free Speech Blue

📋 copy color: '#4F68BE'

red 79 ◦ green 104 ◦ blue 190

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

Shades of Free Speech Blue #4F68BE

Tints of Free Speech Blue #4F68BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 21.18%
G = 27.88%
B = 50.94%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F68BE (or 0x4F68BE) is known color: Free Speech Blue. HEX triplet: 4F, 68 and BE. RGB value is (79,104,190). Sum of RGB (Red+Green+Blue) = 79+104+190=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F68BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68BE is #B09741. Grayscale: #696969. Windows color (decimal): -11573058 or 12478543. OLE color: 12478543.

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

Color convert

RGB 79 104 190 -
CMYK 0.58 0.45 0 0.25
HSL 226.49º 0.46% 0.53% -
HSV(B) 226.49º 0.58% 0.75% -
XYZ 17.47 15.28 50.74 -
YUV 106.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 79 104 190 0.58 0.45 0 0.25 226.49 0.46 0.53
Hex 4F 68 BE 3A 2D 0 19 E2 2E 35
Octal 117 150 276 72 55 0 31 342 56 65
Binary 1001111 1101000 10111110 111010 101101 0 11001 11100010 101110 110101

Color Harmonies of #4F68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F68BE

Black with #4F68BE

Text Example


Text Example

White with #4F68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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