Html Css Color HEX #4648BC Free Speech Blue

📋 copy color: '#4648BC'

red 70 ◦ green 72 ◦ blue 188

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

Shades of Free Speech Blue #4648BC

Tints of Free Speech Blue #4648BC

RGB

 RED value IS 70 (27.73% from 255) = 21.21%

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 21.21%
G = 21.82%
B = 56.97%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4648BC (or 0x4648BC) is known color: Free Speech Blue. HEX triplet: 46, 48 and BC. RGB value is (70,72,188). Sum of RGB (Red+Green+Blue) = 70+72+188=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #4648BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4648BC is #B9B743. Grayscale: #545454. Windows color (decimal): -12171076 or 12339270. OLE color: 12339270.

HSL color Cylindrical-coordinate representation of color #4648BC: hue angle of 238.98º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4648BC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 72 188 -
CMYK 0.63 0.62 0 0.26
HSL 238.98º 0.47% 0.51% -
HSV(B) 238.98º 0.63% 0.74% -
XYZ 13.92 9.57 48.69 -
YUV 84.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 70 72 188 0.63 0.62 0 0.26 238.98 0.47 0.51
Hex 46 48 BC 3F 3E 0 1A EF 2F 33
Octal 106 110 274 77 76 0 32 357 57 63
Binary 1000110 1001000 10111100 111111 111110 0 11010 11101111 101111 110011

Color Harmonies of #4648BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4648BC

Black with #4648BC

Text Example


Text Example

White with #4648BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4648BC; }

 p { color: rgb(70,72,188); }

 H1.HeaderClassName
 {
   color: #4648BC;
 }
 .AnyTagClassName
 {
   color: #4648BC;
 }
</style>

background-color css

<style>
 a { background-color: #4648BC; }

 a { background-color: rgb(70,72,188); }

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

border-color css

<style>
 span { border-color: #4648BC; }

 span { border-color: rgb(70,72,188); }

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