Html Css Color HEX #4F4CCF Free Speech Blue

📋 copy color: '#4F4CCF'

red 79 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #4F4CCF

Tints of Free Speech Blue #4F4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 207 (81.25% from 255) = 57.18%

R = 21.82%
G = 20.99%
B = 57.18%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F4CCF (or 0x4F4CCF) is known color: Free Speech Blue. HEX triplet: 4F, 4C and CF. RGB value is (79,76,207). Sum of RGB (Red+Green+Blue) = 79+76+207=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CCF is #B0B330. Grayscale: #5B5B5B. Windows color (decimal): -11580209 or 13585487. OLE color: 13585487.

HSL color Cylindrical-coordinate representation of color #4F4CCF: hue angle of 241.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F4CCF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 76 207 -
CMYK 0.62 0.63 0 0.19
HSL 241.37º 0.58% 0.55% -
HSV(B) 241.37º 0.63% 0.81% -
XYZ 17.07 11.34 60.32 -
YUV 91.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 79 76 207 0.62 0.63 0 0.19 241.37 0.58 0.55
Hex 4F 4C CF 3E 3F 0 13 F1 3A 37
Octal 117 114 317 76 77 0 23 361 72 67
Binary 1001111 1001100 11001111 111110 111111 0 10011 11110001 111010 110111

Color Harmonies of #4F4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CCF

Black with #4F4CCF

Text Example


Text Example

White with #4F4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,207); }

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

background-color css

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

 a { background-color: rgb(79,76,207); }

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

border-color css

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

 span { border-color: rgb(79,76,207); }

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