Html Css Color HEX #4755CB Free Speech Blue

📋 copy color: '#4755CB'

red 71 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Blue #4755CB

Tints of Free Speech Blue #4755CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 19.78%
G = 23.68%
B = 56.55%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4755CB (or 0x4755CB) is known color: Free Speech Blue. HEX triplet: 47, 55 and CB. RGB value is (71,85,203). Sum of RGB (Red+Green+Blue) = 71+85+203=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #4755CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755CB is #B8AA34. Grayscale: #5D5D5D. Windows color (decimal): -12102197 or 13325639. OLE color: 13325639.

HSL color Cylindrical-coordinate representation of color #4755CB: hue angle of 233.64º 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 #4755CB is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 85 203 -
CMYK 0.65 0.58 0 0.20
HSL 233.64º 0.56% 0.54% -
HSV(B) 233.64º 0.65% 0.8% -
XYZ 16.63 12.15 57.97 -
YUV 94.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 71 85 203 0.65 0.58 0 0.20 233.64 0.56 0.54
Hex 47 55 CB 41 3A 0 14 EA 38 36
Octal 107 125 313 101 72 0 24 352 70 66
Binary 1000111 1010101 11001011 1000001 111010 0 10100 11101010 111000 110110

Color Harmonies of #4755CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755CB

Black with #4755CB

Text Example


Text Example

White with #4755CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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