Html Css Color HEX #4D69CC Free Speech Blue

📋 copy color: '#4D69CC'

red 77 ◦ green 105 ◦ blue 204

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

Shades of Free Speech Blue #4D69CC

Tints of Free Speech Blue #4D69CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 19.95%
G = 27.2%
B = 52.85%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D69CC (or 0x4D69CC) is known color: Free Speech Blue. HEX triplet: 4D, 69 and CC. RGB value is (77,105,204). Sum of RGB (Red+Green+Blue) = 77+105+204=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D69CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D69CC is #B29633. Grayscale: #6B6B6B. Windows color (decimal): -11703860 or 13396301. OLE color: 13396301.

HSL color Cylindrical-coordinate representation of color #4D69CC: hue angle of 226.77º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D69CC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 105 204 -
CMYK 0.62 0.49 0 0.2
HSL 226.77º 0.55% 0.55% -
HSV(B) 226.77º 0.62% 0.8% -
XYZ 19.01 16.04 59.22 -
YUV 107.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 77 105 204 0.62 0.49 0 0.2 226.77 0.55 0.55
Hex 4D 69 CC 3E 31 0 14 E3 37 37
Octal 115 151 314 76 61 0 24 343 67 67
Binary 1001101 1101001 11001100 111110 110001 0 10100 11100011 110111 110111

Color Harmonies of #4D69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D69CC

Black with #4D69CC

Text Example


Text Example

White with #4D69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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