Html Css Color HEX #4B4CCF Free Speech Blue

📋 copy color: '#4B4CCF'

red 75 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #4B4CCF

Tints of Free Speech Blue #4B4CCF

RGB

 RED value IS 75 (29.69% from 255) = 20.95%

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

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

R = 20.95%
G = 21.23%
B = 57.82%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B4CCF (or 0x4B4CCF) is known color: Free Speech Blue. HEX triplet: 4B, 4C and CF. RGB value is (75,76,207). Sum of RGB (Red+Green+Blue) = 75+76+207=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B4CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CCF is #B4B330. Grayscale: #5A5A5A. Windows color (decimal): -11842353 or 13585483. OLE color: 13585483.

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

Color convert

RGB 75 76 207 -
CMYK 0.64 0.63 0 0.19
HSL 239.55º 0.58% 0.55% -
HSV(B) 239.55º 0.64% 0.81% -
XYZ 16.75 11.17 60.3 -
YUV 90.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 75 76 207 0.64 0.63 0 0.19 239.55 0.58 0.55
Hex 4B 4C CF 40 3F 0 13 F0 3A 37
Octal 113 114 317 100 77 0 23 360 72 67
Binary 1001011 1001100 11001111 1000000 111111 0 10011 11110000 111010 110111

Color Harmonies of #4B4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4CCF

Black with #4B4CCF

Text Example


Text Example

White with #4B4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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