Html Css Color HEX #4A68BC Free Speech Blue

📋 copy color: '#4A68BC'

red 74 ◦ green 104 ◦ blue 188

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

Shades of Free Speech Blue #4A68BC

Tints of Free Speech Blue #4A68BC

RGB

 RED value IS 74 (29.3% from 255) = 20.22%

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 20.22%
G = 28.42%
B = 51.37%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A68BC (or 0x4A68BC) is known color: Free Speech Blue. HEX triplet: 4A, 68 and BC. RGB value is (74,104,188). Sum of RGB (Red+Green+Blue) = 74+104+188=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A68BC is #B59743. Grayscale: #686868. Windows color (decimal): -11900740 or 12347466. OLE color: 12347466.

HSL color Cylindrical-coordinate representation of color #4A68BC: hue angle of 224.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A68BC is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 104 188 -
CMYK 0.61 0.45 0 0.26
HSL 224.21º 0.46% 0.51% -
HSV(B) 224.21º 0.61% 0.74% -
XYZ 16.85 14.99 49.58 -
YUV 104.61 175.06 106.17 -
System Red Green Blue C M Y K H S L
Decimal 74 104 188 0.61 0.45 0 0.26 224.21 0.46 0.51
Hex 4A 68 BC 3D 2D 0 1A E0 2E 33
Octal 112 150 274 75 55 0 32 340 56 63
Binary 1001010 1101000 10111100 111101 101101 0 11010 11100000 101110 110011

Color Harmonies of #4A68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A68BC

Black with #4A68BC

Text Example


Text Example

White with #4A68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,104,188); }

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

background-color css

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

 a { background-color: rgb(74,104,188); }

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

border-color css

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

 span { border-color: rgb(74,104,188); }

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