Html Css Color HEX #4764B9 Free Speech Blue

📋 copy color: '#4764B9'

red 71 ◦ green 100 ◦ blue 185

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

Shades of Free Speech Blue #4764B9

Tints of Free Speech Blue #4764B9

RGB

 RED value IS 71 (28.13% from 255) = 19.94%

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 19.94%
G = 28.09%
B = 51.97%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4764B9 (or 0x4764B9) is known color: Free Speech Blue. HEX triplet: 47, 64 and B9. RGB value is (71,100,185). Sum of RGB (Red+Green+Blue) = 71+100+185=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #4764B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764B9 is #B89B46. Grayscale: #646464. Windows color (decimal): -12098375 or 12149831. OLE color: 12149831.

HSL color Cylindrical-coordinate representation of color #4764B9: hue angle of 224.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4764B9 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 100 185 -
CMYK 0.62 0.46 0 0.27
HSL 224.74º 0.45% 0.5% -
HSV(B) 224.74º 0.62% 0.73% -
XYZ 15.91 13.96 47.75 -
YUV 101.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 71 100 185 0.62 0.46 0 0.27 224.74 0.45 0.5
Hex 47 64 B9 3E 2E 0 1B E1 2D 32
Octal 107 144 271 76 56 0 33 341 55 62
Binary 1000111 1100100 10111001 111110 101110 0 11011 11100001 101101 110010

Color Harmonies of #4764B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4764B9

Black with #4764B9

Text Example


Text Example

White with #4764B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4764B9; }

 p { color: rgb(71,100,185); }

 H1.HeaderClassName
 {
   color: #4764B9;
 }
 .AnyTagClassName
 {
   color: #4764B9;
 }
</style>

background-color css

<style>
 a { background-color: #4764B9; }

 a { background-color: rgb(71,100,185); }

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

border-color css

<style>
 span { border-color: #4764B9; }

 span { border-color: rgb(71,100,185); }

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