Html Css Color HEX #4D69BC Free Speech Blue

📋 copy color: '#4D69BC'

red 77 ◦ green 105 ◦ blue 188

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

Shades of Free Speech Blue #4D69BC

Tints of Free Speech Blue #4D69BC

RGB

 RED value IS 77 (30.47% from 255) = 20.81%

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 20.81%
G = 28.38%
B = 50.81%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D69BC (or 0x4D69BC) is known color: Free Speech Blue. HEX triplet: 4D, 69 and BC. RGB value is (77,105,188). Sum of RGB (Red+Green+Blue) = 77+105+188=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 105 (41.41% from 255 or 28.38% 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 #4D69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D69BC is #B29643. Grayscale: #696969. Windows color (decimal): -11703876 or 12347725. OLE color: 12347725.

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

Color convert

RGB 77 105 188 -
CMYK 0.59 0.44 0 0.26
HSL 224.86º 0.45% 0.52% -
HSV(B) 224.86º 0.59% 0.74% -
XYZ 17.19 15.31 49.63 -
YUV 106.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 77 105 188 0.59 0.44 0 0.26 224.86 0.45 0.52
Hex 4D 69 BC 3B 2C 0 1A E1 2D 34
Octal 115 151 274 73 54 0 32 341 55 64
Binary 1001101 1101001 10111100 111011 101100 0 11010 11100001 101101 110100

Color Harmonies of #4D69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D69BC

Black with #4D69BC

Text Example


Text Example

White with #4D69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,188); }

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

background-color css

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

 a { background-color: rgb(77,105,188); }

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

border-color css

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

 span { border-color: rgb(77,105,188); }

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