Html Css Color HEX #4A6CBC Free Speech Blue

📋 copy color: '#4A6CBC'

red 74 ◦ green 108 ◦ blue 188

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

Shades of Free Speech Blue #4A6CBC

Tints of Free Speech Blue #4A6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 20%
G = 29.19%
B = 50.81%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A6CBC (or 0x4A6CBC) is known color: Free Speech Blue. HEX triplet: 4A, 6C and BC. RGB value is (74,108,188). Sum of RGB (Red+Green+Blue) = 74+108+188=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6CBC is #B59343. Grayscale: #6A6A6A. Windows color (decimal): -11899716 or 12348490. OLE color: 12348490.

HSL color Cylindrical-coordinate representation of color #4A6CBC: hue angle of 222.11º 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 #4A6CBC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 108 188 -
CMYK 0.61 0.43 0 0.26
HSL 222.11º 0.46% 0.51% -
HSV(B) 222.11º 0.61% 0.74% -
XYZ 17.26 15.81 49.72 -
YUV 106.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 74 108 188 0.61 0.43 0 0.26 222.11 0.46 0.51
Hex 4A 6C BC 3D 2B 0 1A DE 2E 33
Octal 112 154 274 75 53 0 32 336 56 63
Binary 1001010 1101100 10111100 111101 101011 0 11010 11011110 101110 110011

Color Harmonies of #4A6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6CBC

Black with #4A6CBC

Text Example


Text Example

White with #4A6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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