Html Css Color HEX #4761CB Free Speech Blue

📋 copy color: '#4761CB'

red 71 ◦ green 97 ◦ blue 203

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

Shades of Free Speech Blue #4761CB

Tints of Free Speech Blue #4761CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 19.14%
G = 26.15%
B = 54.72%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4761CB (or 0x4761CB) is known color: Free Speech Blue. HEX triplet: 47, 61 and CB. RGB value is (71,97,203). Sum of RGB (Red+Green+Blue) = 71+97+203=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #4761CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761CB is #B89E34. Grayscale: #646464. Windows color (decimal): -12099125 or 13328711. OLE color: 13328711.

HSL color Cylindrical-coordinate representation of color #4761CB: hue angle of 228.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4761CB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 97 203 -
CMYK 0.65 0.52 0 0.20
HSL 228.18º 0.56% 0.54% -
HSV(B) 228.18º 0.65% 0.8% -
XYZ 17.65 14.2 58.31 -
YUV 101.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 71 97 203 0.65 0.52 0 0.20 228.18 0.56 0.54
Hex 47 61 CB 41 34 0 14 E4 38 36
Octal 107 141 313 101 64 0 24 344 70 66
Binary 1000111 1100001 11001011 1000001 110100 0 10100 11100100 111000 110110

Color Harmonies of #4761CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4761CB

Black with #4761CB

Text Example


Text Example

White with #4761CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4761CB; }

 p { color: rgb(71,97,203); }

 H1.HeaderClassName
 {
   color: #4761CB;
 }
 .AnyTagClassName
 {
   color: #4761CB;
 }
</style>

background-color css

<style>
 a { background-color: #4761CB; }

 a { background-color: rgb(71,97,203); }

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

border-color css

<style>
 span { border-color: #4761CB; }

 span { border-color: rgb(71,97,203); }

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